GListBox

GListBox — a box with a list of items.

Synopsis

class GListBox GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GListBox

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)
Search on CListBox::AddControlResizeFlags.
AddFile (lpstrFileName)
Search on CListBox::AddFile.
AddString (lpszItem)
Search on CListBox::AddString.
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Search on CListBox::Create.
DeleteString (nIndex)
Search on CListBox::DeleteString.
Dir (attr, lpszWildCard)
Search on CListBox::Dir.
EndResizeGroup ()
Search on CListBox::EndResizeGroup.
FindString (nStartAfter, lpszItem)
Search on CListBox::FindString.
FindStringExact (nIndexStart, lpszFind)
Search on CListBox::FindStringExact.
GetAnchorIndex ()
Search on CListBox::GetAnchorIndex.
GetCaretIndex ()
Search on CListBox::GetCaretIndex.
GetCount ()
Search on CListBox::GetCount.
GetCurSel ()
Search on CListBox::GetCurSel.
GetHorizontalExtent ()
Search on CListBox::GetHorizontalExtent.
GetItemData (nIndex)
Search on CListBox::GetItemData.
GetItemHeight (nIndex)
Search on CListBox::GetItemHeight.
GetItemRect (nIndex, lpRect)
Search on CListBox::GetItemRect.
GetListBoxInfo ()
Search on CListBox::GetListBoxInfo.
GetLocale ()
Search on CListBox::GetLocale.
GetSel (nIndex)
Search on CListBox::GetSel.
GetSelCount ()
Search on CListBox::GetSelCount.
GetText (nIndex, lpszBuffer)
Search on CListBox::GetText.
GetTextLen (nIndex)
Search on CListBox::GetTextLen.
GetTopIndex ()
Search on CListBox::GetTopIndex.
InitStorage (nItems, nBytes)
Search on CListBox::InitStorage.
InsertString (nIndex, lpszItem)
Search on CListBox::InsertString.
ResetContent ()
Search on CListBox::ResetContent.
SelItemRange (bSelect, nFirstItem, nLastItem)
Search on CListBox::SelItemRange.
SelectString (nStartAfter, lpszItem)
Search on CListBox::SelectString.
SetAnchorIndex (nIndex)
Search on CListBox::SetAnchorIndex.
SetCaretIndex (args?...)
Search on CListBox::SetCaretIndex.
SetColumnWidth (cxWidth)
Search on CListBox::SetColumnWidth.
SetCount (cItems)
Search on CListBox::SetCount.
SetCurSel (nSelect)
Search on CListBox::SetCurSel.
SetHorizontalExtent (cxExtent)
Search on CListBox::SetHorizontalExtent.
SetItemData (nIndex, dwItemData)
Search on CListBox::SetItemData.
SetItemHeight (nIndex, cyItemHeight)
Search on CListBox::SetItemHeight.
SetLocale (nNewLocale)
Search on CListBox::SetLocale.
SetSel (args?...)
Search on CListBox::SetSel.
SetTabStops (args?...)
Search on CListBox::SetTabStops.
SetTopIndex (nIndex)
Search on CListBox::SetTopIndex.
StartResizeGroup ()
Search on CListBox::StartResizeGroup.

This class also inherits the functions of GWindowBase.