Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXToolBarTab.h>
Inheritance diagram for FX::FXToolBarTab:
Public Member Functions | |
FXToolBarTab (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=FRAME_RAISED, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
virtual bool | canFocus () const |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual void | enable () |
virtual void | disable () |
void | collapse (FXbool fold, FXbool notify=FALSE) |
FXbool | isCollapsed () const |
void | setTabStyle (FXuint style) |
FXuint | getTabStyle () const |
FXColor | getActiveColor () const |
void | setActiveColor (FXColor clr) |
void | setTipText (const FXString &text) |
const FXString & | getTipText () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
The sibling affected is the widget immediately following the toolbar tab or, if the toolbar tab is the last widget in the list, the widget immediately preceding the toolbar tab.
See also:
|
Construct toolbar tab.
|
|
Toolbar tab can receive focus.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXFrame. |
|
Return default height.
Reimplemented from FX::FXFrame. |
|
Enable the toolbar tab.
Reimplemented from FX::FXWindow. |
|
Disable the toolbar tab.
Reimplemented from FX::FXWindow. |
|
Collapse or uncollapse the toolbar.
|
|
Return true if the toolbar is collapsed.
|
|
Change the tab style.
|
|
Get current tab style.
|
|
Get the active color.
|
|
Set the active color.
|
|
Set the tool tip message for the toolbar tab.
|
|
Get the tool tip message for the toolbar tab.
|
|
Save to a stream.
Reimplemented from FX::FXFrame. |
|
Load from a stream.
Reimplemented from FX::FXFrame. |
Copyright © 1997-2005 Jeroen van der Zijp |