GToolBarCtrl

GToolBarCtrl — a toolbar with one or more buttons.

Synopsis

class GToolBarCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GToolBarCtrl

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.

AddBitmap (args?...)
AddButtons (nNumButtons, lpButtons)
AddControlResizeFlags (ctrlid, flags)
AddString (nStringID)
AddStrings (lpszStrings)
AutoSize ()
ChangeBitmap (nID, nBitmap)
CheckButton (args?...)
CommandToIndex (nID)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Customize ()
DeleteButton (nIndex)
EnableButton (args?...)
EndResizeGroup ()
GetAnchorHighlight ()
GetBitmap (nID)
GetBitmapFlags ()
GetButton (nIndex, lpButton)
GetButtonCount ()
GetButtonInfo (nID, lptbbi)
GetButtonSize (args?...)
GetButtonText (nID, lpstrText)
GetColorScheme (lpcs)
GetExtendedStyle ()
GetHotItem ()
GetInsertMarkColor ()
GetItemRect (nIndex, lpRect)
GetMaxSize (lpSize)
GetPadding (lpSizePadding)
GetRect (nID, lpRect)
GetRows ()
GetState (nID)
GetString (nString, lpstrString, cchMaxLen)
GetStyle ()
GetTextRows ()
GetUnicodeFormat ()
HideButton (args?...)
HitTest (lpPoint)
Indeterminate (args?...)
InsertButton (nIndex, lpButton)
InsertMarkHitTest (args?...)
IsButtonChecked (nID)
IsButtonEnabled (nID)
IsButtonHidden (nID)
IsButtonHighlighted (nButtonID)
IsButtonIndeterminate (nID)
IsButtonPressed (nID)
LoadImages (nBitmapID)
LoadStdImages (nBitmapID)
MarkButton (args?...)
MoveButton (nOldPos, nNewPos)
PressButton (args?...)
RestoreState (hKeyRoot, lpszSubKey, lpszValueName)
SaveState (hKeyRoot, lpszSubKey, lpszValueName)
SetAnchorHighlight (args?...)
SetBitmapSize (args?...)
SetButtonInfo (nID, lptbbi)
SetButtonSize (args?...)
SetButtonStructSize (args?...)
SetButtonWidth (cxMin, cxMax)
SetCmdID (nIndex, nID)
SetColorScheme (lpcs)
SetDrawTextFlags (dwMask, dwFlags)
SetExtendedStyle (dwStyle)
SetHotItem (nItem)
SetIndent (nIndent)
SetInsertMarkColor (clr)
SetMaxTextRows (nMaxTextRows)
SetNotifyWnd (hWnd)
SetPadding (args?...)
SetRows (nRows, bLarger, lpRect)
SetState (nID, nState)
SetStyle (dwStyle)
SetToolTips (hWndToolTip)
SetUnicodeFormat (args?...)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.