24 #ifndef FXMESSAGEBOX_H
25 #define FXMESSAGEBOX_H
104 static FXuint error(
FXWindow* owner,
FXuint opts,
const char* caption,
const char* message,...) FX_PRINTF(4,5) ;
109 static
FXuint error(
FXApp* app,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
115 static
FXuint warning(
FXWindow* owner,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
120 static
FXuint warning(
FXApp* app,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
126 static
FXuint question(
FXWindow* owner,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
131 static
FXuint question(
FXApp* app,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
137 static
FXuint information(
FXWindow* owner,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
142 static
FXuint information(
FXApp* app,
FXuint opts,const
char* caption,const
char* message,...) FX_PRINTF(4,5) ;
The QUIT button was clicked.
Definition: FXMessageBox.h:60
DialogBox window.
Definition: FXDialogBox.h:40
Message box has a only an OK button.
Definition: FXMessageBox.h:39
Message box has QUIT and CANCEL buttons.
Definition: FXMessageBox.h:43
The SKIP ALL button was clicked.
Definition: FXMessageBox.h:63
Message box has DON'T SAVE,CANCEL and SAVE buttons.
Definition: FXMessageBox.h:46
Base class for all windows.
Definition: FXWindow.h:115
unsigned int FXuint
Definition: fxdefs.h:389
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
#define NULL
Definition: fxdefs.h:41
Message box has YES and NO buttons.
Definition: FXMessageBox.h:41
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:45
Message box has YES, NO, and CANCEL buttons.
Definition: FXMessageBox.h:42
The YES button was clicked.
Definition: FXMessageBox.h:56
The CANCEL button was clicked.
Definition: FXMessageBox.h:59
The SAVE button was clicked.
Definition: FXMessageBox.h:61
The NO button was clicked.
Definition: FXMessageBox.h:57
Message box has SKIP, SKIP ALL, and CANCEL buttons.
Definition: FXMessageBox.h:45
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
Message box has QUIT, SAVE, and CANCEL buttons.
Definition: FXMessageBox.h:44
A Message Box is a convenience class which provides a dialog for very simple common yes/no type inter...
Definition: FXMessageBox.h:81
The OK button was clicked.
Definition: FXMessageBox.h:58
Message box has OK and CANCEL buttons.
Definition: FXMessageBox.h:40
Definition: FXDialogBox.h:51
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
The SKIP button was clicked.
Definition: FXMessageBox.h:62
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33