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)
AddFile (lpstrFileName)
AddString (lpszItem)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Search on CListBox::Create.

DeleteString (nIndex)
Dir (attr, lpszWildCard)

Search on CListBox::Dir.

EndResizeGroup ()
FindString (nStartAfter, lpszItem)
FindStringExact (nIndexStart, lpszFind)
GetAnchorIndex ()
GetCaretIndex ()
GetCount ()
GetCurSel ()
GetHorizontalExtent ()
GetItemData (nIndex)
GetItemHeight (nIndex)
GetItemRect (nIndex, lpRect)
GetListBoxInfo ()
GetLocale ()
GetSel (nIndex)

Search on CListBox::GetSel.

GetSelCount ()
GetText (nIndex, lpszBuffer)
GetTextLen (nIndex)
GetTopIndex ()
InitStorage (nItems, nBytes)
InsertString (nIndex, lpszItem)
ResetContent ()
SelItemRange (bSelect, nFirstItem, nLastItem)
SelectString (nStartAfter, lpszItem)
SetAnchorIndex (nIndex)
SetCaretIndex (args?...)
SetColumnWidth (cxWidth)
SetCount (cItems)
SetCurSel (nSelect)
SetHorizontalExtent (cxExtent)
SetItemData (nIndex, dwItemData)
SetItemHeight (nIndex, cyItemHeight)
SetLocale (nNewLocale)
SetSel (args?...)

Search on CListBox::SetSel.

SetTabStops (args?...)
SetTopIndex (nIndex)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.