Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXMessageBox.h>
Inheritance diagram for FX::FXMessageBox:
Public Types | |
enum | { ID_CLICKED_YES = FXDialogBox::ID_LAST, ID_CLICKED_NO, ID_CLICKED_OK, ID_CLICKED_CANCEL, ID_CLICKED_QUIT, ID_CLICKED_SAVE, ID_CLICKED_SKIP, ID_CLICKED_SKIPALL, ID_LAST } |
Public Member Functions | |
FXMessageBox (FXWindow *owner, const FXString &caption, const FXString &text, FXIcon *ic=NULL, FXuint opts=0, FXint x=0, FXint y=0) | |
FXMessageBox (FXApp *app, const FXString &caption, const FXString &text, FXIcon *ic=NULL, FXuint opts=0, FXint x=0, FXint y=0) | |
Static Public Member Functions | |
FXuint | error (FXWindow *owner, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | error (FXApp *app, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | warning (FXWindow *owner, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | warning (FXApp *app, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | question (FXWindow *owner, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | question (FXApp *app, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | information (FXWindow *owner, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
FXuint | information (FXApp *app, FXuint opts, const char *caption, const char *message,...) FX_PRINTF(4 |
See also:
|
Construct message box with given caption, icon, and message text.
|
|
Construct free floating message box with given caption, icon, and message text.
|
|
Show a modal error message. The text message may contain printf-tyle formatting commands. |
|
Show modal error message, in free floating window.
|
|
Show a modal warning message The text message may contain printf-tyle formatting commands.
|
|
Show modal warning message, in free floating window.
|
|
Show a modal question dialog The text message may contain printf-tyle formatting commands.
|
|
Show modal question message, in free floating window.
|
|
Show a modal information dialog The text message may contain printf-tyle formatting commands.
|
|
Show modal information message, in free floating window.
|
Copyright © 1997-2004 Jeroen van der Zijp |