27 #ifndef FXHORIZONTALFRAME_H
58 FXStatusBar(
FXComposite* p,
FXuint opts=0,
FXint x=0,
FXint y=0,
FXint w=0,
FXint h=0,
FXint pl=3,
FXint pr=3,
FXint pt=2,
FXint pb=2,
FXint hs=4,
FXint vs=0);
61 virtual FXint getDefaultWidth();
64 virtual FXint getDefaultHeight();
67 virtual void layout();
73 FXbool getCornerStyle()
const;
82 virtual void save(
FXStream& store)
const;
Causes the DragCorner to be shown.
Definition: FXStatusBar.h:39
A drag corner widget may be placed in the bottom right corner so as to allow the window to be resized...
Definition: FXDragCorner.h:38
#define TRUE
Definition: fxdefs.h:32
unsigned int FXuint
Definition: fxdefs.h:389
#define FXAPI
Definition: fxdefs.h:122
Status bar.
Definition: FXStatusBar.h:53
FXuchar FXbool
Definition: fxdefs.h:386
FXStatusLine * getStatusLine() const
Acess the status line widget.
Definition: FXStatusBar.h:76
Base composite.
Definition: FXComposite.h:35
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from...
Definition: FXHorizontalFrame.h:39
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
The status line normally shows its permanent message; when moving the mouse over a Widget which has s...
Definition: FXStatusLine.h:48
FXDragCorner * getDragCorner() const
Access the drag corner widget.
Definition: FXStatusBar.h:79
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92