GTabCtrl

GTabCtrl — a tabbed label for marking multiple pages.

Synopsis

class GTabCtrl GWindowBase
{
    ChangeFunctions;
    _SequentialCtrlID;
    _children;
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GTabCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

AddControlResizeFlags (ctrlid, flags)
AddWindow (tabno, label, win)
AdjustRect (bLarger, lpRect)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Search on CTabCtrl::Create.

DeleteAllItems ()
DeleteItem (nItem)
DeselectAll (args?...)
EndResizeGroup ()
GetCurFocus ()
GetCurSel ()
GetExtendedStyle ()
GetItem (nItem, pTabCtrlItem)
GetItemCount ()
GetItemRect (nItem, lpRect)
GetRowCount ()
GetUnicodeFormat ()
HighlightItem (args?...)
HitTest (pHitTestInfo)
InsertItem (nItem, pTabCtrlItem)
RemoveImage (nImage)
SelChange ()
SetCurFocus (nItem)
SetCurSel (nItem)
SetExtendedStyle (dwExMask, dwExStyle)
SetItem (nItem, pTabCtrlItem)
SetItemExtra (cbExtra)
SetItemSize (size)
SetMinTabWidth (args?...)
SetPadding (size)
SetTooltips (hWndToolTip)
SetUnicodeFormat (args?...)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.