Sha256: 7b0422458afb5af54f6f5de66374940ba3ded1b744072bf3e67613666f4365c9
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 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 # # class GridCellEnumEditor < GridCellChoiceEditor # Enum cell editor ctor. # @param choices [String] Comma separated choice parameters "item1[,item2[...,itemN]]". # @return [GridCellEnumEditor] def initialize(choices=('')) end end # GridCellEnumEditor end
Version data entries
4 entries across 4 versions & 1 rubygems