25 #include "FXDialogBox.h" 51 long onCmdClicked(
FXObject*,FXSelector,
void*);
52 long onCmdCancel(
FXObject*,FXSelector,
void*);
73 virtual FXuint execute(FXuint placement=PLACEMENT_CURSOR);
109 virtual void save(
FXStream& store)
const;
DialogBox window.
Definition: FXDialogBox.h:37
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
A List Widget displays a list of items, each with a text and optional icon.
Definition: FXList.h:169
Definition: FX4Splitter.h:28
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42
The Choice Box provides a dialog panel to select one item out of a list of choices.
Definition: FXChoiceBox.h:40
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
Closes the dialog, accept the entry.
Definition: FXDialogBox.h:51
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42