Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXToolBarGrip.h>
Inheritance diagram for FX::FXToolBarGrip:
Public Member Functions | |
FXToolBarGrip (FXToolBar *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=TOOLBARGRIP_SINGLE, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setDoubleBar (FXbool dbl=TRUE) |
FXbool | isDoubleBar () const |
void | setHiliteColor (FXColor clr) |
FXColor | getHiliteColor () const |
void | setShadowColor (FXColor clr) |
FXColor | getShadowColor () const |
void | setActiveColor (FXColor clr) |
FXColor | getActiveColor () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
The grip draws either a single or double bar; it is customary to use the single bar grip for toolbar-rearrangements only, and use the double-bar when the toolbar needs to be floated or docked. The toolbar grip is automatically oriented properly by the the toolbar widget.
See also:
|
Construct toolbar grip.
|
|
Return default width.
Reimplemented from FX::FXWindow. |
|
Return default height.
Reimplemented from FX::FXWindow. |
|
Change toolbar grip to double.
|
|
Return TRUE if toolbar grip is displayed as a double bar.
|
|
Change highlight color.
|
|
Get highlight color.
|
|
Change shadow color.
|
|
Get shadow color.
|
|
Set the active color.
|
|
Get the active color.
|
|
Save to stream.
Reimplemented from FX::FXWindow. |
|
Load from stream.
Reimplemented from FX::FXWindow. |
Copyright © 1997-2004 Jeroen van der Zijp |