GTreeViewCtrl

GTreeViewCtrl — displays a hierarchy of nodes as a tree, based on TreeView Control.

Synopsis

class GTreeViewCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GTreeViewCtrl

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)
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
DeleteAllItems ()
DeleteItem (hItem)
EndEditLabelNow (bCancel)
EndResizeGroup ()
EnsureVisible (hItem)
Expand (args?...)
GetBkColor ()
GetCheckState (hItem)
GetChildItem (hItem)
GetCount ()
GetDropHilightItem ()
GetFirstVisibleItem ()
GetISearchString (lpstr)
GetIndent ()
GetInsertMarkColor ()
GetItem (args?...)
GetItemData (hItem)
GetItemHeight ()
GetItemRect (hItem, lpRect, bTextOnly)
GetItemState (hItem, nStateMask)
GetItemText (args?...)
GetLineColor ()
GetNextItem (hItem, nCode)
GetNextSiblingItem (hItem)
GetNextVisibleItem (hItem)
GetParentItem (hItem)
GetPrevSiblingItem (hItem)
GetPrevVisibleItem (hItem)
GetRootItem ()
GetScrollTime ()
GetSelectedItem ()
GetTextColor ()
GetUnicodeFormat ()
GetVisibleCount ()
HitTest (args?...)
InsertItem (args?...)
ItemHasChildren (hItem)
MapAccIDToHTREEITEM (uID)
MapHTREEITEMToAccID (hTreeItem)
RemoveInsertMark ()
Select (hItem, nCode)
SelectDropTarget (hItem)
SelectItem (hItem)
SelectSetFirstVisible (hItem)
SetBkColor (clr)
SetCheckState (hItem, bCheck)
SetIndent (nIndent)
SetInsertMark (hTreeItem, bAfter)
SetInsertMarkColor (clr)
SetItem (args?...)
SetItemData (hItem, dwData)
SetItemHeight (cyHeight)
SetItemImage (hItem, nImage, nSelectedImage)
SetItemState (hItem, nState, nStateMask)
SetItemText (hItem, lpszItem)
SetLineColor (clrNew)
SetScrollTime (nScrollTime)
SetTextColor (clr)
SetUnicodeFormat (args?...)
SortChildren (args?...)
SortChildrenCB (args?...)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.