Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXTabBook Class Reference

The tab book layout manager arranges pairs of children; the even numbered children (0,2,4,...) are usually tab items, and are placed on the top. More...

#include <FXTabBook.h>

Inheritance diagram for FX::FXTabBook:

FX::FXTabBar FX::FXPacker FX::FXComposite FX::FXWindow FX::FXDrawable FX::FXId FX::FXObject List of all members.

Public Member Functions

 FXTabBook (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=TABBOOK_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_SPACING, FXint pr=DEFAULT_SPACING, FXint pt=DEFAULT_SPACING, FXint pb=DEFAULT_SPACING)
virtual void layout ()
virtual FXint getDefaultWidth ()
virtual FXint getDefaultHeight ()

Detailed Description

The tab book layout manager arranges pairs of children; the even numbered children (0,2,4,...) are usually tab items, and are placed on the top.

The odd numbered children are usually layout managers, and are placed below; all the odd numbered children are placed on top of each other, similar to the switcher widget. When the user presses one of the tab items, the tab item is raised above the neighboring tabs, and the corresponding panel is raised to the top. Thus, a tab book can be used to present many GUI controls in a small space by placing several panels on top of each other and using tab items to select the desired panel.


Constructor & Destructor Documentation

FX::FXTabBook::FXTabBook FXComposite p,
FXObject tgt = NULL,
FXSelector  sel = 0,
FXuint  opts = TABBOOK_NORMAL,
FXint  x = 0,
FXint  y = 0,
FXint  w = 0,
FXint  h = 0,
FXint  pl = DEFAULT_SPACING,
FXint  pr = DEFAULT_SPACING,
FXint  pt = DEFAULT_SPACING,
FXint  pb = DEFAULT_SPACING
 

Construct tab book.


Member Function Documentation

virtual void FX::FXTabBook::layout  )  [virtual]
 

Perform layout.

Reimplemented from FX::FXTabBar.

virtual FXint FX::FXTabBook::getDefaultWidth  )  [virtual]
 

Return default width.

Reimplemented from FX::FXTabBar.

virtual FXint FX::FXTabBook::getDefaultHeight  )  [virtual]
 

Return default height.

Reimplemented from FX::FXTabBar.

Copyright © 1997-2005 Jeroen van der Zijp