Sha256: b0182082b08a3a22976a588f386a3d7ce871f48436f062887287f2f70bf9e7bb

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 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 boolean data.
  # 
  # Category:  Grid Related Classes
  # @see Wx::GRID::GridCellEditor
  # @see  Wx::GRID::GridCellAutoWrapStringEditor
  # @see  Wx::GRID::GridCellChoiceEditor
  # @see  Wx::GRID::GridCellEnumEditor
  # @see  Wx::GRID::GridCellFloatEditor
  # @see  Wx::GRID::GridCellNumberEditor
  # @see  Wx::GRID::GridCellTextEditor
  # @see  Wx::GRID::GridCellDateEditor 
  # 
  # 
  # @wxrb_require USE_GRID
  class GridCellBoolEditor < GridCellEditor
  
    # Default constructor.
    # @return [Wx::GRID::GridCellBoolEditor]
    def initialize; end
    
    # Returns true if the given value is equal to the string representation of the truth value we currently use (see {Wx::GRID::GridCellBoolEditor.use_string_values}).
    # @param value [String] 
    # @return [Boolean]
    def self.is_true_value(value) end
    
    # This method allows you to customize the values returned by {Wx::GRID::GridCellBoolEditor#get_value} for the cell using this editor.
    # 
    # By default, the default values of the arguments are used, i.e. <code>"1"</code> is returned if the cell is checked and an empty string otherwise.
    # @param valueTrue [String] 
    # @param valueFalse [String] 
    # @return [void]
    def self.use_string_values(valueTrue=("1"), valueFalse=('')) end
    
  end # GridCellBoolEditor
  

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_bool_editor.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/gen/grid/grid_cell_bool_editor.rb