GToolBarCtrl
GToolBarCtrl — a toolbar with one or more buttons.
class GToolBarCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GToolBarCtrl
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?...)Corresponds to CToolBarCtrl::AddBitmap.
AddButtons (nNumButtons, lpButtons)Corresponds to CToolBarCtrl::AddButtons.
AddControlResizeFlags (ctrlid, flags)Corresponds to
CToolBarCtrl::AddControlResizeFlags.
AddString (nStringID)Corresponds to CToolBarCtrl::AddString.
AddStrings (lpszStrings)Corresponds to CToolBarCtrl::AddStrings.
AutoSize ()Corresponds to CToolBarCtrl::AutoSize.
ChangeBitmap (nID, nBitmap)Corresponds to
CToolBarCtrl::ChangeBitmap.
CheckButton (args?...)Corresponds to
CToolBarCtrl::CheckButton.
CommandToIndex (nID)Corresponds to
CToolBarCtrl::CommandToIndex.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CToolBarCtrl::Create.
Customize ()Corresponds to CToolBarCtrl::Customize.
DeleteButton (nIndex)Corresponds to
CToolBarCtrl::DeleteButton.
EnableButton (args?...)Corresponds to
CToolBarCtrl::EnableButton.
EndResizeGroup ()Corresponds to
CToolBarCtrl::EndResizeGroup.
GetAnchorHighlight ()Corresponds to
CToolBarCtrl::GetAnchorHighlight.
GetBitmap (nID)Corresponds to CToolBarCtrl::GetBitmap.
GetBitmapFlags ()Corresponds to
CToolBarCtrl::GetBitmapFlags.
GetButton (nIndex, lpButton)Corresponds to CToolBarCtrl::GetButton.
GetButtonCount ()Corresponds to
CToolBarCtrl::GetButtonCount.
GetButtonInfo (nID, lptbbi)Corresponds to
CToolBarCtrl::GetButtonInfo.
GetButtonSize (args?...)Corresponds to
CToolBarCtrl::GetButtonSize.
GetButtonText (nID, lpstrText)Corresponds to
CToolBarCtrl::GetButtonText.
GetColorScheme (lpcs)Corresponds to
CToolBarCtrl::GetColorScheme.
GetExtendedStyle ()Corresponds to
CToolBarCtrl::GetExtendedStyle.
GetHotItem ()Corresponds to CToolBarCtrl::GetHotItem.
GetInsertMarkColor ()Corresponds to
CToolBarCtrl::GetInsertMarkColor.
GetItemRect (nIndex, lpRect)Corresponds to
CToolBarCtrl::GetItemRect.
GetMaxSize (lpSize)Corresponds to CToolBarCtrl::GetMaxSize.
GetPadding (lpSizePadding)Corresponds to CToolBarCtrl::GetPadding.
GetRect (nID, lpRect)Corresponds to CToolBarCtrl::GetRect.
GetRows ()Corresponds to CToolBarCtrl::GetRows.
GetState (nID)Corresponds to CToolBarCtrl::GetState.
GetString (nString, lpstrString,
cchMaxLen)Corresponds to CToolBarCtrl::GetString.
GetStyle ()Corresponds to CToolBarCtrl::GetStyle.
GetTextRows ()Corresponds to
CToolBarCtrl::GetTextRows.
GetUnicodeFormat ()Corresponds to
CToolBarCtrl::GetUnicodeFormat.
HideButton (args?...)Corresponds to CToolBarCtrl::HideButton.
HitTest (lpPoint)Corresponds to CToolBarCtrl::HitTest.
Indeterminate (args?...)Corresponds to
CToolBarCtrl::Indeterminate.
InsertButton (nIndex, lpButton)Corresponds to
CToolBarCtrl::InsertButton.
InsertMarkHitTest (args?...)Corresponds to
CToolBarCtrl::InsertMarkHitTest.
IsButtonChecked (nID)Corresponds to
CToolBarCtrl::IsButtonChecked.
IsButtonEnabled (nID)Corresponds to
CToolBarCtrl::IsButtonEnabled.
IsButtonHidden (nID)Corresponds to
CToolBarCtrl::IsButtonHidden.
IsButtonHighlighted (nButtonID)Corresponds to
CToolBarCtrl::IsButtonHighlighted.
IsButtonIndeterminate (nID)Corresponds to
CToolBarCtrl::IsButtonIndeterminate.
IsButtonPressed (nID)Corresponds to
CToolBarCtrl::IsButtonPressed.
LoadImages (nBitmapID)Corresponds to CToolBarCtrl::LoadImages.
LoadStdImages (nBitmapID)Corresponds to
CToolBarCtrl::LoadStdImages.
MarkButton (args?...)Corresponds to CToolBarCtrl::MarkButton.
MoveButton (nOldPos, nNewPos)Corresponds to CToolBarCtrl::MoveButton.
PressButton (args?...)Corresponds to
CToolBarCtrl::PressButton.
RestoreState (hKeyRoot, lpszSubKey,
lpszValueName)Corresponds to
CToolBarCtrl::RestoreState.
SaveState (hKeyRoot, lpszSubKey,
lpszValueName)Corresponds to CToolBarCtrl::SaveState.
SetAnchorHighlight (args?...)Corresponds to
CToolBarCtrl::SetAnchorHighlight.
SetBitmapSize (args?...)Corresponds to
CToolBarCtrl::SetBitmapSize.
SetButtonInfo (nID, lptbbi)Corresponds to
CToolBarCtrl::SetButtonInfo.
SetButtonSize (args?...)Corresponds to
CToolBarCtrl::SetButtonSize.
SetButtonStructSize (args?...)Corresponds to
CToolBarCtrl::SetButtonStructSize.
SetButtonWidth (cxMin, cxMax)Corresponds to
CToolBarCtrl::SetButtonWidth.
SetCmdID (nIndex, nID)Corresponds to CToolBarCtrl::SetCmdID.
SetColorScheme (lpcs)Corresponds to
CToolBarCtrl::SetColorScheme.
SetDrawTextFlags (dwMask, dwFlags)Corresponds to
CToolBarCtrl::SetDrawTextFlags.
SetExtendedStyle (dwStyle)Corresponds to
CToolBarCtrl::SetExtendedStyle.
SetHotItem (nItem)Corresponds to CToolBarCtrl::SetHotItem.
SetIndent (nIndent)Corresponds to CToolBarCtrl::SetIndent.
SetInsertMarkColor (clr)Corresponds to
CToolBarCtrl::SetInsertMarkColor.
SetMaxTextRows (nMaxTextRows)Corresponds to
CToolBarCtrl::SetMaxTextRows.
SetNotifyWnd (hWnd)Corresponds to
CToolBarCtrl::SetNotifyWnd.
SetPadding (args?...)Corresponds to CToolBarCtrl::SetPadding.
SetRows (nRows, bLarger, lpRect)Corresponds to CToolBarCtrl::SetRows.
SetState (nID, nState)Corresponds to CToolBarCtrl::SetState.
SetStyle (dwStyle)Corresponds to CToolBarCtrl::SetStyle.
SetToolTips (hWndToolTip)Corresponds to
CToolBarCtrl::SetToolTips.
SetUnicodeFormat (args?...)Corresponds to
CToolBarCtrl::SetUnicodeFormat.
StartResizeGroup ()Corresponds to
CToolBarCtrl::StartResizeGroup.
This class also inherits the functions of GWindowBase.