- wxDataViewListCtrl
Default ctor.
- AppendColumn
Appends a column to the control and additionally appends a column to the list store with the type varianttype.
- AppendIconTextColumn
Appends an icon-and-text column to the control and the store.
- AppendProgressColumn
Appends a progress column to the control and the store.
- AppendTextColumn
Appends a text column to the control and the store.
- AppendToggleColumn
Appends a toggle column to the control and the store.
- Create
Creates the control and a wxDataViewListStore as its internal model.
- DeleteAllItems
Delete all items (= all rows).
- DeleteItem
Delete the row at position row.
- GetSelectedRow
Returns index of the selected row or wxNOT_FOUND.
- GetStore
Returns the store.
- GetTextValue
Returns the value from the store.
- GetToggleValue
Returns the value from the store.
- GetValue
Returns the value from the store.
- InsertColumn
Inserts a column to the control and additionally inserts a column to the list store with the type varianttype.
- IsRowSelected
Returns true if row is selected.
- ItemToRow
Returns the position of given item or wxNOT_FOUND if it's not a valid item.
- PrependColumn
Prepends a column to the control and additionally prepends a column to the list store with the type varianttype.
- RowToItem
Returns the wxDataViewItem at the given row.
- SelectRow
Selects given row.
- SetTextValue
Sets the value in the store and update the control.
- SetToggleValue
Sets the value in the store and update the control.
- SetValue
Sets the value in the store and update the control.
- UnselectRow
Unselects given row.