|
FL_EXPORT void FL_EXPORT void | fl_alert (const char *,...) __fl_attr((__format__(__printf__ |
|
FL_EXPORT void FL_EXPORT void FL_EXPORT int | fl_ask (const char *,...) __fl_attr((__format__(__printf__ |
|
FL_EXPORT void | fl_beep (int type=FL_BEEP_DEFAULT) |
| Emits a system beep message. More...
|
|
FL_EXPORT int | fl_choice (const char *q, const char *b0, const char *b1, const char *b2,...) __fl_attr((__format__(__printf__ |
|
FL_EXPORT int FL_EXPORT const char FL_EXPORT const char FL_EXPORT int | fl_choice_n (const char *q, const char *b0, const char *b1, const char *b2,...) __fl_attr((__format__(__printf__ |
|
FL_EXPORT int FL_EXPORT const char * | fl_input (const char *label, const char *deflt=0,...) __fl_attr((__format__(__printf__ |
|
FL_EXPORT void | fl_message (const char *,...) __fl_attr((__format__(__printf__ |
|
void | fl_message_font (Fl_Font f, Fl_Fontsize s) |
|
FL_EXPORT void | fl_message_hotspot (int enable) |
| Sets whether or not to move the common message box used in many common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), fl_input(), fl_password() to follow the mouse pointer. More...
|
|
FL_EXPORT int | fl_message_hotspot (void) |
| Gets whether or not to move the common message box used in many common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), fl_input(), fl_password() to follow the mouse pointer. More...
|
|
FL_EXPORT int FL_EXPORT const char FL_EXPORT const char FL_EXPORT int FL_EXPORT Fl_Widget * | fl_message_icon () |
| Gets the Fl_Box icon container of the current default dialog used in many common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), fl_input(), fl_password() More...
|
|
FL_EXPORT void | fl_message_title (const char *title) |
| Sets the title of the dialog window used in many common dialogs. More...
|
|
FL_EXPORT void | fl_message_title_default (const char *title) |
| Sets the default title of the dialog window used in many common dialogs. More...
|
|
FL_EXPORT int FL_EXPORT const char FL_EXPORT const char * | fl_password (const char *label, const char *deflt=0,...) __fl_attr((__format__(__printf__ |
|