Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXWizardDialog.h File Reference

#include <fox/FXDialogBox.h>

Go to the source code of this file.

Namespaces

namespace  FXEX

Defines

#define FXWIZARDDIALOG_H
#define FXWizardEmptyImage   ((FXImage*) -1)
#define FXPlacementDefault   FXPoint(-1,-1)
#define FXPlacementVisible   FXPoint(-2,-2)
#define FXPlacementCursor   FXPoint(-3,-3)
#define FXPlacementOwner   FXPoint(-4,-4)
#define FXPlacementScreen   FXPoint(-5,-5)
#define FXPlacementMaximized   FXPoint(-6,-6)


Define Documentation

#define FXWIZARDDIALOG_H
 

Definition at line 19 of file FXWizardDialog.h.

#define FXWizardEmptyImage   ((FXImage*) -1)
 

When used in describing the default FXWizardDialog image, it sets the default image as having NO image.

When used in describing a FXWizardPage, it sets the page as having NO image. NULL means use default image.

Definition at line 33 of file FXWizardDialog.h.

#define FXPlacementDefault   FXPoint(-1,-1)
 

The following are some predefined placement types, for FXWizardDialog.

Definition at line 36 of file FXWizardDialog.h.

#define FXPlacementVisible   FXPoint(-2,-2)
 

Definition at line 37 of file FXWizardDialog.h.

#define FXPlacementCursor   FXPoint(-3,-3)
 

Definition at line 38 of file FXWizardDialog.h.

#define FXPlacementOwner   FXPoint(-4,-4)
 

Definition at line 39 of file FXWizardDialog.h.

#define FXPlacementScreen   FXPoint(-5,-5)
 

Definition at line 40 of file FXWizardDialog.h.

#define FXPlacementMaximized   FXPoint(-6,-6)
 

Definition at line 41 of file FXWizardDialog.h.