Class: Wx::GRID::GridCellAutoWrapStringRenderer
- Inherits:
-
GridCellStringRenderer
- Object
- GridCellRenderer
- GridCellStringRenderer
- Wx::GRID::GridCellAutoWrapStringRenderer
- Defined in:
- lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb
Overview
This class may be used to format string data in a cell.
The too long lines are wrapped to be shown entirely at word boundaries.
Category: Grid Related Classes
Instance Method Summary collapse
-
#initialize ⇒ Wx::GRID::GridCellAutoWrapStringRenderer
constructor
Default constructor.
Methods inherited from GridCellRenderer
#clone, #draw, #get_best_height, #get_best_size, #get_best_width, #get_max_best_size
Constructor Details
#initialize ⇒ Wx::GRID::GridCellAutoWrapStringRenderer
Default constructor.
30 |
# File 'lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb', line 30 def initialize; end |