#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 wxVector<wxTreeListItem> wxTreeListItems |
Container of multiple items.
anonymous enum |
wxTreeListCtrl styles.
Notice that using wxTL_USER_3STATE implies wxTL_3STATE and wxTL_3STATE in turn implies wxTL_CHECKBOX.
const wxTreeListItem wxTLI_FIRST |
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().
const wxTreeListItem wxTLI_LAST |
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().