![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXToolBarTab.h>
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 FXbool | 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:
FX::FXToolBarTab::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 | |||
) |
Construct toolbar tab.
virtual FXbool FX::FXToolBarTab::canFocus | ( | ) | const [virtual] |
virtual FXint FX::FXToolBarTab::getDefaultWidth | ( | ) | [virtual] |
virtual FXint FX::FXToolBarTab::getDefaultHeight | ( | ) | [virtual] |
virtual void FX::FXToolBarTab::enable | ( | ) | [virtual] |
virtual void FX::FXToolBarTab::disable | ( | ) | [virtual] |
Collapse or uncollapse the toolbar.
FXbool FX::FXToolBarTab::isCollapsed | ( | ) | const [inline] |
Return true if the toolbar is collapsed.
void FX::FXToolBarTab::setTabStyle | ( | FXuint | style | ) |
Change the tab style.
FXuint FX::FXToolBarTab::getTabStyle | ( | ) | const |
Get current tab style.
FXColor FX::FXToolBarTab::getActiveColor | ( | ) | const [inline] |
Get the active color.
void FX::FXToolBarTab::setActiveColor | ( | FXColor | clr | ) |
Set the active color.
void FX::FXToolBarTab::setTipText | ( | const FXString & | text | ) | [inline] |
Set the tool tip message for the toolbar tab.
const FXString& FX::FXToolBarTab::getTipText | ( | ) | const [inline] |
Get the tool tip message for the toolbar tab.
virtual void FX::FXToolBarTab::save | ( | FXStream & | store | ) | const [virtual] |
virtual void FX::FXToolBarTab::load | ( | FXStream & | store | ) | [virtual] |
![]() |