Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXTabItem.h>
Inheritance diagram for FX::FXTabItem:
Public Member Functions | |
FXTabItem (FXTabBar *p, const FXString &text, FXIcon *ic=0, FXuint opts=TAB_TOP_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD) | |
virtual bool | canFocus () const |
FXuint | getTabOrientation () const |
void | setTabOrientation (FXuint style) |
When selected, the tab item sends a message to its parent, and causes itself to become the active tab, and raised slightly above the other tabs. In the tab book, activating a tab item also causes the corresponding panel to be raised to the top.
See also:
|
Construct a tab item.
|
|
Returns true because a tab item can receive focus.
Reimplemented from FX::FXWindow. |
|
Return current tab item orientation.
|
|
Change tab item orientation.
|
Copyright © 1997-2005 Jeroen van der Zijp |