82 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);
85 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);
91 FXButton *advanceButton()
const {
return advance; }
94 FXButton *retreatButton()
const {
return retreat; }
97 FXButton *finishButton()
const {
return finish; }
100 FXButton *cancelButton()
const {
return cancel; }
103 FXSwitcher *getContainer()
const {
return panels; }
106 void setImage(FXImage* img);
109 FXImage* getImage()
const;
112 FXint getNumPanels()
const;
115 void setCurrentPanel(
FXint index);
118 FXint getCurrentPanel()
const;
121 virtual void save(FXStream& store)
const;
124 virtual void load(FXStream& store);
DialogBox window.
Definition: FXDialogBox.h:40
Base class for all windows.
Definition: FXWindow.h:115
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
Window title.
Definition: FXTopWindow.h:41
Border.
Definition: FXTopWindow.h:45
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from...
Definition: FXHorizontalFrame.h:39
FXString name(const FXString &file)
Return name and extension part of the path name.
The Switcher layout manager automatically arranges its child windows such that one of them is placed ...
Definition: FXSwitcher.h:62
int FXint
Definition: fxdefs.h:397
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:45
A Wizard widget guides the user through a number of panels in a predefined sequence; each step must b...
Definition: FXWizard.h:48
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
The image frame is a simple frame widget displaying an image; the image is not owned by the image fra...
Definition: FXImageFrame.h:39
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
Definition: FXDialogBox.h:51
Resize handles.
Definition: FXTopWindow.h:48
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33