Sha256: 62d75bcddeac508e8880e336f80470f1d871785b810cc76004b0bc29a5ae4069
Contents?: true
Size: 824 Bytes
Versions: 10
Compression:
Stored size: 824 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 string data in a cell; it is the default for string cells. # === # # Category: Grid Related Classes # @see Wx::GRID::GridCellRenderer # @see Wx::GRID::GridCellAutoWrapStringRenderer # @see Wx::GRID::GridCellBoolRenderer # @see Wx::GRID::GridCellDateTimeRenderer # @see Wx::GRID::GridCellEnumRenderer # @see Wx::GRID::GridCellFloatRenderer # @see Wx::GRID::GridCellNumberRenderer # # class GridCellStringRenderer < GridCellRenderer # Default constructor. # @return [GridCellStringRenderer] def initialize; end end # GridCellStringRenderer end
Version data entries
10 entries across 10 versions & 1 rubygems