Class: Wx::GRID::Grid::GridSelectionModes
- Defined in:
- lib/wx/doc/gen/grid/grid_ctrl.rb
Overview
Different selection modes supported by the grid.
Constant Summary collapse
- GridSelectCells =
The default selection mode allowing selection of the individual cells as well as of the entire rows and columns.
Wx::GRID::Grid::GridSelectionModes.new(0)
- GridSelectRows =
The selection mode allowing the selection of the entire rows only.
Wx::GRID::Grid::GridSelectionModes.new(1)
- GridSelectColumns =
The selection mode allowing the selection of the entire columns only.
Wx::GRID::Grid::GridSelectionModes.new(2)
- GridSelectRowsOrColumns =
The selection mode allowing the user to select either the entire columns or the entire rows but not individual cells nor blocks.
Wx::GRID::Grid::GridSelectionModes.new(3)
- GridSelectNone =
The selection mode allowing no selections to be made at all.
Wx::GRID::Grid::GridSelectionModes.new(4)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #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