Sha256: 523cd04a5b2fe663e0f331c4f9212cf146103ec51ed33e6a73f3bc680c17e509

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 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 for string/text data.
  # 
  # Category:  Grid Related Classes
  # @see Wx::GRID::GridCellEditor
  # @see  Wx::GRID::GridCellAutoWrapStringEditor
  # @see  Wx::GRID::GridCellBoolEditor
  # @see  Wx::GRID::GridCellChoiceEditor
  # @see  Wx::GRID::GridCellEnumEditor
  # @see  Wx::GRID::GridCellFloatEditor
  # @see  Wx::GRID::GridCellNumberEditor
  # @see  Wx::GRID::GridCellDateEditor 
  # 
  # 
  # @wxrb_require USE_GRID
  class GridCellTextEditor < GridCellEditor
  
    # Text cell editor constructor.
    # @param maxChars [Integer]  Maximum width of text (this parameter is supported starting since wxWidgets 2.9.5).
    # @return [Wx::GRID::GridCellTextEditor]
    def initialize(maxChars=0) end
    
    # The parameters string format is "n" where n is a number representing the maximum width.
    # @param params [String] 
    # @return [void]
    def set_parameters(params) end
    alias_method :parameters=, :set_parameters
    
    # Set validator to validate user input.
    # @param validator [Wx::Validator] 
    # @return [void]
    def set_validator(validator) end
    alias_method :validator=, :set_validator
    
  end # GridCellTextEditor
  

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_text_editor.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_text_editor.rb