Sha256: 74bbfca081491d0c402fb275756a26ab80f65d445f177e512deba900da52a903

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 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=Wx::EMPTY_STRING) end
    
  end # GridCellEnumEditor
  

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.beta.11-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_enum_editor.rb
wxruby3-0.9.0.pre.beta.10-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_enum_editor.rb
wxruby3-0.9.0.pre.beta.9-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_enum_editor.rb
wxruby3-0.9.0.pre.beta.8-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_enum_editor.rb
wxruby3-0.9.0.pre.beta.2-x64-mingw-ucrt-3.2-3.2.2 lib/wx/doc/gen/grid/grid_cell_enum_editor.rb
wxruby3-0.9.0.pre.beta.1-x64-mingw-ucrt-3.2 lib/wx/doc/gen/grid/grid_cell_enum_editor.rb