Class: Wx::ListColumnFormat

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/list_ctrl.rb

Overview

Column format determining alignment of the items in the column.

Requires:

  • USE_LISTCTRL

Constant Summary collapse

LIST_FORMAT_LEFT =
Wx::ListColumnFormat.new(0)
LIST_FORMAT_RIGHT =
Wx::ListColumnFormat.new(1)
LIST_FORMAT_CENTRE =
Wx::ListColumnFormat.new(2)
LIST_FORMAT_CENTER =
Wx::ListColumnFormat.new(2)