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

FXToolbarShell Class Reference

#include <FXToolbarShell.h>

Inheritance diagram for FXToolbarShell:

FXTopWindow FXShell FXComposite FXWindow FXDrawable FXId FXObject List of all members.

Public Methods

 FXToolbarShell (FXWindow *owner, FXuint opts=FRAME_RAISED|FRAME_THICK, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint hs=4, FXint vs=4)
 Construct a toolbar shell.

virtual void create ()
 Create server-side resources.

virtual FXint getDefaultWidth ()
 Return the default width of this window.

virtual FXint getDefaultHeight ()
 Return the default height of this window.

void setFrameStyle (FXuint style)
 Change frame style.

FXuint getFrameStyle () const
 Get current frame style.

FXint getBorderWidth () const
 Get border width.

void setHiliteColor (FXColor clr)
 Change highlight color.

FXColor getHiliteColor () const
 Get highlight color.

void setShadowColor (FXColor clr)
 Change shadow color.

FXColor getShadowColor () const
 Get shadow color.

void setBorderColor (FXColor clr)
 Change border color.

FXColor getBorderColor () const
 Get border color.

void setBaseColor (FXColor clr)
 Change base gui color.

FXColor getBaseColor () const
 Get base gui color.

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

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


Detailed Description

A Tool bar shell is a widget floating around over the Main Window. It typically contains an undocked tool bar.