24 #ifndef FXHORIZONTALFRAME_H 25 #include "FXHorizontalFrame.h" 33 STATUSBAR_WITH_DRAGCORNER = 0x00020000
55 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);
58 virtual FXint getDefaultWidth();
61 virtual FXint getDefaultHeight();
64 virtual void layout();
67 void setCornerStyle(FXbool withcorner=
true);
70 FXbool getCornerStyle()
const;
79 virtual void save(
FXStream& store)
const;
A drag corner widget may be placed in the bottom right corner so as to allow the window to be resized...
Definition: FXDragCorner.h:35
Status bar.
Definition: FXStatusBar.h:42
Base composite.
Definition: FXComposite.h:32
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from...
Definition: FXHorizontalFrame.h:36
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
FXStatusLine * getStatusLine() const
Acess the status line widget.
Definition: FXStatusBar.h:73
FXDragCorner * getDragCorner() const
Access the drag corner widget.
Definition: FXStatusBar.h:76
Definition: FX4Splitter.h:28
The status line normally shows its permanent message.
Definition: FXStatusLine.h:50