Class: Wx::GRID::GridRenderStyle

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

Overview

Rendering styles supported by Wx::GRID::Grid#render method.

Requires:

  • USE_GRID

Constant Summary collapse

GRID_DRAW_ROWS_HEADER =

Draw grid row header labels.

Wx::GRID::GridRenderStyle.new(1)
GRID_DRAW_COLS_HEADER =

Draw grid column header labels.

Wx::GRID::GridRenderStyle.new(2)
GRID_DRAW_CELL_LINES =

Draw grid cell border lines.

Wx::GRID::GridRenderStyle.new(4)
GRID_DRAW_BOX_RECT =

Draw a bounding rectangle around the rendered cell area.

Wx::GRID::GridRenderStyle.new(8)
GRID_DRAW_SELECTION =

Draw the grid cell selection highlight if a selection is present.

Wx::GRID::GridRenderStyle.new(16)
GRID_DRAW_DEFAULT =

The default render style.

Wx::GRID::GridRenderStyle.new(15)

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