Sha256: 48d6723f414a6645932542e8ba3500f2f78310779ad1ec2b09c7d294f9e0d8fb
Contents?: true
Size: 819 Bytes
Versions: 2
Compression:
Stored size: 819 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::GRID # This class may be used to format boolean data in a cell. # # Category: Grid Related Classes # @see Wx::GRID::GridCellRenderer # @see Wx::GRID::GridCellAutoWrapStringRenderer # @see Wx::GRID::GridCellDateTimeRenderer # @see Wx::GRID::GridCellEnumRenderer # @see Wx::GRID::GridCellFloatRenderer # @see Wx::GRID::GridCellNumberRenderer # @see Wx::GRID::GridCellStringRenderer # # # @wxrb_require USE_GRID class GridCellBoolRenderer < GridCellStringRenderer # Default constructor. # @return [Wx::GRID::GridCellBoolRenderer] def initialize; end end # GridCellBoolRenderer end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb |
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb |