Namespaces | |
| namespace | fltk |
Enumerations | |
| enum | { BEEP_DEFAULT, BEEP_MESSAGE, BEEP_ERROR, BEEP_QUESTION, BEEP_PASSWORD, BEEP_NOTIFICATION } |
Functions | |
| void | fltk::alert (const char *,...) |
| int | fltk::ask (const char *,...) |
| void | fltk::beep (int type=BEEP_DEFAULT) |
| bool | fltk::beep_on_dialog () |
| void | fltk::beep_on_dialog (bool) |
| int | fltk::choice (const char *q, const char *b0, const char *b1, const char *b2,...) |
| int | fltk::choice_alert (const char *q, const char *b0, const char *b1, const char *b2,...) |
| const char * | fltk::input (const char *label, const char *deflt=0,...) |
| void | fltk::message (const char *,...) |
| const char * | fltk::password (const char *label, const char *deflt=0,...) |
Variables | |
| const char * | fltk::cancel |
| NamedStyle * | fltk::icon_style |
| NamedStyle * | fltk::message_style |
| const char * | fltk::message_window_label |
| bool | fltk::message_window_scrollable |
| float | fltk::message_window_timeout |
| const char * | fltk::no |
| const char * | fltk::ok |
| const char * | fltk::yes |
©2007 Bill Spitzak and others.