Sha256: 6dbd8496e035110e3ecd3b214a2a7947dbdab87ab0be040ab4e7f0945b74642a
Contents?: true
Size: 791 Bytes
Versions: 10
Compression:
Stored size: 791 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 # # class GridCellBoolRenderer < GridCellStringRenderer # Default constructor. # @return [GridCellBoolRenderer] def initialize; end end # GridCellBoolRenderer end
Version data entries
10 entries across 10 versions & 1 rubygems