Class: Wx::GRID::GridCellAttr::AttrKind
- Defined in:
- lib/wx/doc/gen/grid/grid_cell_attr.rb
Overview
Kind of the attribute to retrieve.
Constant Summary collapse
- Any =
Return the combined effective attribute for the cell.
Wx::GRID::GridCellAttr::AttrKind.new(0)
- Cell =
Return the attribute explicitly set for this cell.
Wx::GRID::GridCellAttr::AttrKind.new(2)
- Row =
Return the attribute set for this cells row.
Wx::GRID::GridCellAttr::AttrKind.new(3)
- Col =
Return the attribute set for this cells column.
Wx::GRID::GridCellAttr::AttrKind.new(4)
- Default =
Wx::GRID::GridCellAttr::AttrKind.new(1)
- Merged =
Wx::GRID::GridCellAttr::AttrKind.new(5)
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