Sha256: 3e00510b38b0a2e4ba2a7949def82b8c5de544d9af883fd24d52a4317c1346d1
Contents?: true
Size: 920 Bytes
Versions: 1
Compression:
Stored size: 920 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 integer data in a cell. # 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::GridCellStringRenderer # # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! # @wxrb_require USE_GRID class GridCellNumberRenderer < GridCellStringRenderer # Default constructor. # @return [Wx::GRID::GridCellNumberRenderer] def initialize; end end # GridCellNumberRenderer end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/grid/grid_cell_number_renderer.rb |