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

FX::FXToolBarShell Class Reference

#include <FXToolBarShell.h>

Inheritance diagram for FX::FXToolBarShell:

FX::FXTopWindow FX::FXShell FX::FXComposite FX::FXWindow FX::FXDrawable FX::FXId FX::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.