25 #include "FXDialogBox.h" 65 long onUpdFinish(
FXObject*,FXSelector,
void*);
66 long onCmdNext(
FXObject*,FXSelector,
void*);
67 long onUpdNext(
FXObject*,FXSelector,
void*);
68 long onCmdBack(
FXObject*,FXSelector,
void*);
69 long onUpdBack(
FXObject*,FXSelector,
void*);
79 FXWizard(
FXApp* a,
const FXString& name,
FXImage *image,FXuint opts=DECOR_TITLE|DECOR_BORDER|DECOR_RESIZE,FXint x=0,FXint y=0,FXint w=0,FXint h=0,FXint pl=10,FXint pr=10,FXint pt=10,FXint pb=10,FXint hs=10,FXint vs=10);
82 FXWizard(
FXWindow* owner,
const FXString& name,
FXImage *image,FXuint opts=DECOR_TITLE|DECOR_BORDER|DECOR_RESIZE,FXint x=0,FXint y=0,FXint w=0,FXint h=0,FXint pl=10,FXint pr=10,FXint pt=10,FXint pb=10,FXint hs=10,FXint vs=10);
109 FXint getNumPanels()
const;
112 void setCurrentPanel(FXint index);
115 FXint getCurrentPanel()
const;
118 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
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from...
Definition: FXHorizontalFrame.h:36
The Switcher layout manager automatically arranges its child windows such that one of them is placed ...
Definition: FXSwitcher.h:52
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
FXButton * advanceButton() const
Return a pointer to the "Advance" button.
Definition: FXWizard.h:88
FXButton * retreatButton() const
Return a pointer to the "Retreat" button.
Definition: FXWizard.h:91
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
A Wizard widget guides the user through a number of panels in a predefined sequence; each step must b...
Definition: FXWizard.h:45
FXHorizontalFrame * buttonFrame() const
Return a pointer to the button frame.
Definition: FXWizard.h:85
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
The image frame is a simple frame widget displaying an image; the image is not owned by the image fra...
Definition: FXImageFrame.h:36
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
FXButton * finishButton() const
Return a pointer to the "Finish" button.
Definition: FXWizard.h:94
Closes the dialog, accept the entry.
Definition: FXDialogBox.h:51
FXButton * cancelButton() const
Return a pointer to the "Cancel" button.
Definition: FXWizard.h:97
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42
FXSwitcher * getContainer() const
Return the container used as parent for the subpanels.
Definition: FXWizard.h:100