edelib
2.1.0
|
This is the complete list of members for MessageBox, including all inherited members.
add_button(Fl_Button *b, MessageBoxButtonType bt=MSGBOX_BUTTON_PLAIN) | MessageBox | |
add_button(const char *l, MessageBoxButtonType bt=MSGBOX_BUTTON_PLAIN, Fl_Callback cb=0, void *param=0) | MessageBox | |
alert(const char *fmt,...) | MessageBox | related |
ask(const char *fmt,...) | MessageBox | related |
clear(MessageBoxType t=MSGBOX_PLAIN) | MessageBox | |
clear_themed_icons(void) | MessageBox | static |
focus_button(int b) | MessageBox | |
get_input(void) | MessageBox | |
input(const char *fmt, const char *deflt=0,...) | MessageBox | related |
message(const char *fmt,...) | MessageBox | related |
MessageBox(MessageBoxType t=MSGBOX_PLAIN) | MessageBox | |
password(const char *fmt, const char *deflt=0,...) | MessageBox | related |
run(bool center=true) | MessageBox | |
run_plain(bool center=true) | MessageBox | |
set_icon(const char *path) | MessageBox | |
set_icon_from_type(MessageBoxIconType type) | MessageBox | |
set_input(const char *txt) | MessageBox | |
set_text(const char *t) | MessageBox | |
set_theme_icon(const char *name) | MessageBox | |
set_themed_icons(const char *msg, const char *alert=0, const char *ask=0, const char *input=0, const char *password=0) | MessageBox | static |
set_xpm_icon(const char *const *arr) | MessageBox | |
themed_dialog_icons(const char *msg, const char *alert=0, const char *ask=0, const char *input=0, const char *password=0) | MessageBox | related |
~MessageBox() | MessageBox |