クラス | |
| class | wxHeaderColumn | 
| Represents a column header in controls displaying tabular data such as wxDataViewCtrl or wxGrid.  More... | |
| class | wxSettableHeaderColumn | 
| Adds methods to set the column attributes to wxHeaderColumn.  More... | |
| class | wxHeaderColumnSimple | 
| Simple container for the information about the column.  More... | |
Enumerations | |
| enum | {  wxCOL_WIDTH_DEFAULT = -1, wxCOL_WIDTH_AUTOSIZE = -2 }  | 
| Column width special values.  More... | |
| enum | {  wxCOL_RESIZABLE = 1, wxCOL_SORTABLE = 2, wxCOL_REORDERABLE = 4, wxCOL_HIDDEN = 8, wxCOL_DEFAULT_FLAGS = wxCOL_RESIZABLE | wxCOL_REORDERABLE }  | 
| Bit flags used as wxHeaderColumn flags.  More... | |
| anonymous enum | 
Column width special values.
| anonymous enum | 
Bit flags used as wxHeaderColumn flags.
| wxCOL_RESIZABLE | 
 Column can be resized (included in default flags).  | 
| wxCOL_SORTABLE | 
 Column can be clicked to toggle the sort order by its contents.  | 
| wxCOL_REORDERABLE | 
 Column can be dragged to change its order (included in default).  | 
| wxCOL_HIDDEN | 
 Column is not shown at all.  | 
| wxCOL_DEFAULT_FLAGS | 
 Default flags for wxHeaderColumn ctor.  |