headercol.h File Reference


Classes

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 }
 Special value used for column width meaning unspecified or default. 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...

Enumeration Type Documentation

anonymous enum

Special value used for column width meaning unspecified or default.

Enumerator:
wxCOL_WIDTH_DEFAULT 

anonymous enum

Bit flags used as wxHeaderColumn flags.

Enumerator:
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.



wxWidgets logo

[ top ]