Enumerations | |
| enum | { BEEP_DEFAULT, BEEP_MESSAGE, BEEP_ERROR, BEEP_QUESTION, BEEP_PASSWORD, BEEP_NOTIFICATION } |
Functions | |
| void | message (const char *,...) |
| void | alert (const char *,...) |
| int | ask (const char *,...) |
| int | choice (const char *q, const char *b0, const char *b1, const char *b2,...) |
| int | choice_alert (const char *q, const char *b0, const char *b1, const char *b2,...) |
| const char * | input (const char *label, const char *deflt=0,...) |
| const char * | password (const char *label, const char *deflt=0,...) |
| void | beep (int type=BEEP_DEFAULT) |
| void | beep_on_dialog (bool) |
| bool | beep_on_dialog () |
Variables | |
| NamedStyle * | icon_style |
| NamedStyle * | message_style |
| const char * | no |
| const char * | yes |
| const char * | ok |
| const char * | cancel |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Generates a simple beep message |
|
|
You get the state enable beep on default message dialog (like ask, choice, input, ...) by using this function with true (default is false) |
|
|
You can enable beep on default message dialog (like ask, choice, input, ...) by using this function with true (default is false) |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
Same as choice() except a "!" icon is used instead of a "?" |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
You can change this string to convert fltk to a foreign language. |
|
|
This Style is used for the 50x50 icon area on the left of all the popup windows. You can change the colors or font used here. |
|
|
This Style is used for the label area for all the popup windows. You can change the textfont() or textsize() to make them print differently. |
|
|
You can change this string to convert fltk to a foreign language. |
|
|
You can change this string to convert fltk to a foreign language. |
|
|
You can change this string to convert fltk to a foreign language. |
©2006 Bill Spitzak and others.