|  | Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  | 
#include <FXToolBar.h>
Inheritance diagram for FX::FXToolBar:

| Public Member Functions | |
| FXToolBar (FXComposite *p, FXComposite *q, FXuint opts=LAYOUT_TOP|LAYOUT_LEFT|LAYOUT_FILL_X, 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=DEFAULT_SPACING, FXint vs=DEFAULT_SPACING) | |
| FXToolBar (FXComposite *p, FXuint opts, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=2, FXint pr=3, FXint pt=3, FXint pb=2, FXint hs=DEFAULT_SPACING, FXint vs=DEFAULT_SPACING) | |
| virtual void | layout () | 
| virtual FXint | getDefaultWidth () | 
| virtual FXint | getDefaultHeight () | 
| virtual void | dock (FXDockSite *docksite, FXWindow *before=NULL) | 
| virtual void | dock (FXDockSite *docksite, FXint localx, FXint localy) | 
| void | setDockingSide (FXuint side=LAYOUT_SIDE_TOP) | 
| FXuint | getDockingSide () const | 
See dock bar widget for more information on the docking behavior.
| 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Construct floatable toolbar, initially docked under parent p. 
 | 
| 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| Construct a non-floatable toolbar. 
 | 
| 
 | 
| Perform layout. 
 Reimplemented from FX::FXPacker. | 
| 
 | 
| Return default width. 
 Reimplemented from FX::FXPacker. | 
| 
 | 
| Return default height. 
 Reimplemented from FX::FXPacker. | 
| 
 | ||||||||||||
| Dock and optionally flip orientation of toolbar. 
 Reimplemented from FX::FXDockBar. | 
| 
 | ||||||||||||||||
| Dock and optionally flip orientation of toolbar. 
 Reimplemented from FX::FXDockBar. | 
| 
 | 
| Set docking side. 
 | 
| 
 | 
| Return docking side. 
 | 
|  Copyright © 1997-2005 Jeroen van der Zijp |