83 ID_OPEN_LAST=ID_OPEN_FIRST+100,
92 virtual FXint getDefaultWidth();
95 virtual FXint getDefaultHeight();
98 virtual void layout();
104 FXint getCurrent()
const {
return current; }
107 void setSwitcherStyle(
FXuint style);
110 FXuint getSwitcherStyle()
const;
113 virtual void save(
FXStream& store)
const;
Collapse horizontally to width of current child.
Definition: FXSwitcher.h:38
Definition: FXWindow.h:241
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
FXuchar FXbool
Definition: fxdefs.h:393
Base composite.
Definition: FXComposite.h:35
The Switcher layout manager automatically arranges its child windows such that one of them is placed ...
Definition: FXSwitcher.h:62
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
int FXint
Definition: fxdefs.h:397
Packer is a layout manager which automatically places child windows inside its area against the left...
Definition: FXPacker.h:58
Collapse vertically to height of current child.
Definition: FXSwitcher.h:39
#define FALSE
Definition: fxdefs.h:35
Definition: FXPacker.h:38
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92