The tab bar layout manager arranges tab items side by side, and raises the active tab item above the neighboring tab items. The tab bar can be have the tab items on the top or bottom for horizontal arrangement, or on the left or right for vertical arrangement.
Construct a tab bar.
Argument | Type | Default | Description |
p | FXComposite | ||
tgt | FXObject | None | |
sel | Int | 0 | |
opts | Int | TABBOOK_NORMAL | |
x | Int | 0 | |
y | Int | 0 | |
w | Int | 0 | |
h | Int | 0 | |
pl | Int | DEFAULT_SPACING | |
pr | Int | DEFAULT_SPACING | |
pt | Int | DEFAULT_SPACING | |
pb | Int | DEFAULT_SPACING |
Create all of the server-side resources for this window // CAE.
Reimplemented from FXComposite.
Return default height.
Reimplemented from FXPacker.
Reimplemented in FXTabBook.
Return default width.
Reimplemented from FXPacker.
Reimplemented in FXTabBook.
Change currently active tab item; this raises the active tab item slightly above the neighboring tab items.
Argument | Type | Default | Description |
panel | Int | ||
notify | Bool | False |