Sha256: 77559108c0cecc0bc19c06b596d900b32d0e9c5bfe07c04f5871131d01e3c987

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 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 dates.
  # 
  # Uses {Wx::DatePickerCtrl} as actual edit control.
  # 
  # 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::GridCellTextEditor
  # 
  # 
  # @wxrb_require USE_GRID
  class GridCellDateEditor < GridCellEditor
  
    # Date editor constructor.
    # @param format [String]  Optional format for the date displayed in the associated cell. By default, the locale-specific date format ("%x") is assumed. You would typically want to specify the same format as the one used with the cell renderer, if a non-default one is used. Note that this parameter is only available since wxWidgets 3.1.5.
    # @return [Wx::GRID::GridCellDateEditor]
    def initialize(format=(())) end
    
  end # GridCellDateEditor
  

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