Class: Wx::GRID::Grid::TabBehaviour

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

Overview

Constants defining different support built-in TAB handling behaviours.

The elements of this enum determine what happens when TAB is pressed when the cursor is in the rightmost column (or Shift-TAB is pressed when the cursor is in the leftmost one).

See Also:

Requires:

  • USE_GRID

Constant Summary collapse

Tab_Stop =

Do nothing, this is default.

Wx::GRID::Grid::TabBehaviour.new(0)
Tab_Wrap =

Move to the beginning of the next (or the end of the previous) row.

Wx::GRID::Grid::TabBehaviour.new(1)
Tab_Leave =

Move to the next (or the previous) control after the grid.

Wx::GRID::Grid::TabBehaviour.new(2)

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