class CGXTabInfo: public CObject

The CGXTabInfo classcontains information for an associated tab of the tab-beam control. Each tab has its own CGXTabInfo object.

The class contains following attributes:

  • nWidth: Specifies the width of the tab in pixels.

  • sLabel: Specifies the label of the tab.

  • bSel: This parameter is TRUE, if the register is selected.

  • pExtra: This is a pointer to an optional object. Normally it points to a view or window.

  • bDeleteExtra: This parameter is TRUE, if the pExtra-object should be destroyed when the CGXTabInfo gets destroyed.

The CGTabWnd class stores a pointer to the associated view or window object in pExtra. The view or window will not be destroyed when the CGXTabInfo object gets destroyed.

#include <gxall.h>

See Also

 CGXTabWnd  CGXTabBeam