93 ID_OPEN_LAST=ID_OPEN_FIRST+100,
99 FXTabBar(
FXComposite* p,
FXObject* tgt=
NULL,
FXSelector sel=0,
FXuint opts=
TABBOOK_NORMAL,
FXint x=0,
FXint y=0,
FXint w=0,
FXint h=0,
FXint pl=
DEFAULT_SPACING,
FXint pr=
DEFAULT_SPACING,
FXint pt=
DEFAULT_SPACING,
FXint pb=
DEFAULT_SPACING);
102 virtual FXint getDefaultWidth();
105 virtual FXint getDefaultHeight();
108 virtual void layout();
118 FXint getCurrent()
const {
return current; }
121 FXuint getTabStyle()
const;
124 void setTabStyle(
FXuint style);
127 virtual void save(
FXStream& store)
const;
Tabs on top (default)
Definition: FXTabBar.h:39
Definition: FXWindow.h:241
unsigned int FXuint
Definition: fxdefs.h:389
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
The tab bar layout manager arranges tab items side by side, and raises the active tab item above the ...
Definition: FXTabBar.h:63
FXuchar FXbool
Definition: fxdefs.h:386
Base composite.
Definition: FXComposite.h:35
#define NULL
Definition: fxdefs.h:41
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
Tabs on left.
Definition: FXTabBar.h:41
Tabs on right.
Definition: FXTabBar.h:43
Normal tabs.
Definition: FXTabBar.h:44
Definition: FX4Splitter.h:31
Tabs on left.
Definition: FXTabBar.h:42
int FXint
Definition: fxdefs.h:390
Packer is a layout manager which automatically places child windows inside its area against the left...
Definition: FXPacker.h:58
#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
Tabs on bottom.
Definition: FXTabBar.h:40
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92