Version: 2.9.3
Classes | Defines | Typedefs | Variables
treelist.h File Reference

Classes

class  wxTreeListItem
 Unique identifier of an item in wxTreeListCtrl. More...
class  wxTreeListItemComparator
 Class defining sort order for the items in wxTreeListCtrl. More...
class  wxTreeListCtrl
 A control combining wxTreeCtrl and wxListCtrl features. More...
class  wxTreeListEvent
 Event generated by wxTreeListCtrl. More...

Defines

#define wxTreeListEventHandler(func)   wxEVENT_HANDLER_CAST(wxTreeListEventFunction, func)
 Type of wxTreeListEvent event handlers.

Typedefs

typedef wxVector< wxTreeListItemwxTreeListItems
 Container of multiple items.

Variables

const wxTreeListItem wxTLI_FIRST
 Special wxTreeListItem value meaning "insert before the first item".
const wxTreeListItem wxTLI_LAST
 Special wxTreeListItem value meaning "insert after the last item".

Define Documentation

#define wxTreeListEventHandler (   func)    wxEVENT_HANDLER_CAST(wxTreeListEventFunction, func)

Type of wxTreeListEvent event handlers.

This macro should be used with wxEvtHandler::Connect() when connecting to wxTreeListCtrl events.


Typedef Documentation

typedef wxVector<wxTreeListItem> wxTreeListItems

Container of multiple items.


Variable Documentation

Special wxTreeListItem value meaning "insert before the first item".

This value can be passed to wxTreeListCtrl::InsertItem() to achieve the same effect as calling wxTreeListCtrl::PrependItem().

Special wxTreeListItem value meaning "insert after the last item".

This value can be passed to wxTreeListCtrl::InsertItem() to achieve the same effect as calling wxTreeListCtrl::AppendItem().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines