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

FXStatusbar Class Reference

Status bar.

#include <FXStatusbar.h>

Inheritance diagram for FXStatusbar:

FXHorizontalFrame FXPacker FXComposite FXWindow FXDrawable FXId FXObject List of all members.

Public Methods

 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)
 Construct status bar with or without a drag corner.

virtual FXint getDefaultWidth ()
 Return default width.

virtual FXint getDefaultHeight ()
 Return default height.

void setCornerStyle (FXbool withcorner=TRUE)
 Show or hide the drag corner.

FXbool getCornerStyle () const
 Return TRUE if drag corner shown.

FXStatuslinegetStatusline () const
 Acess the status line widget.

FXDragCornergetDragCorner () const
 Access the drag corner widget.

virtual void save (FXStream &store) const
 Save status bar to a stream.

virtual void load (FXStream &store)
 Load status bar from a stream.

virtual ~FXStatusbar ()
 Destructor.