Class: Wx::ListColumnFormat
- Defined in:
- lib/wx/doc/gen/list_ctrl.rb
Overview
Column format (MSW only except LIST_FORMAT_LEFT)
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)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum