Sha256: 4af8d68f71ab853ada0c2281db7691933f82606ff34a94ec459945c9bb3abbe2
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::GRID # Grid cell editor which displays an enum number as a textual equivalent (e.g. # data in cell is 0,1,2 ... n the cell could be displayed as "John","Fred"..."Bob" in the combo choice box). # === # # Category: Grid Related Classes # @see Wx::GRID::GridCellEditor # @see Wx::GRID::GridCellAutoWrapStringEditor # @see Wx::GRID::GridCellBoolEditor # @see Wx::GRID::GridCellChoiceEditor # @see Wx::GRID::GridCellTextEditor # @see Wx::GRID::GridCellFloatEditor # @see Wx::GRID::GridCellNumberEditor # @see Wx::GRID::GridCellDateEditor # # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! class GridCellEnumEditor < GridCellChoiceEditor # Enum cell editor ctor. # @param choices [String] Comma separated choice parameters "item1[,item2[...,itemN]]". # @return [Wx::GRID::GridCellEnumEditor] def initialize(choices=('')) end end # GridCellEnumEditor end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/gen/grid/grid_cell_enum_editor.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/gen/grid/grid_cell_enum_editor.rb |