Sha256: b63560aac1e3b7b2cae53ff595ad3d7564afb5c54f05f4a4da1db4c15f56f851

Contents?: true

Size: 1.16 KB

Versions: 21

Compression:

Stored size: 1.16 KB

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx::PG

  # Standard property text editor
  PG_EDITOR_TEXT_CTRL = Wx::PG::PGEditor.get_standard_editor_class('TextCtrl')
  # Standard property text editor with custom editor dialog button
  PG_EDITOR_TEXT_CTRL_AND_BUTTON = Wx::PG::PGEditor.get_standard_editor_class('TextCtrlAndButton')
  # Standard choice property editor
  PG_EDITOR_CHOICE = Wx::PG::PGEditor.get_standard_editor_class('Choice')
  # Standard choice property editor with custom editor dialog button
  PG_EDITOR_CHOICE_AND_BUTTON = Wx::PG::PGEditor.get_standard_editor_class('ChoiceAndButton')
  # Standard checkbox property editor
  PG_EDITOR_CHECK_BOX = Wx::PG::PGEditor.get_standard_editor_class('CheckBox')
  # Standard combobox property editor
  PG_EDITOR_COMBO_BOX = Wx::PG::PGEditor.get_standard_editor_class('ComboBox')
  # Standard spin control property editor
  PG_EDITOR_SPIN_CTRL = Wx::PG::PGEditor.get_standard_editor_class('SpinCtrl')
  # Standard date picker property editor
  PG_EDITOR_DATE_PICKER_CTRL = Wx::PG::PGEditor.get_standard_editor_class('DatePickerCtrl')

end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
wxruby3-1.5.1 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.5.0 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.4.2 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.4.1 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.4.0 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.3.1 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.3.0 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.2.1 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.2.0 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.1.2 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.1.1 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.1.0 lib/wx/doc/pg/pgeditor.rb
wxruby3-1.0.1 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.8 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.7 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.5 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.4 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.3 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.2 lib/wx/doc/pg/pgeditor.rb
wxruby3-0.9.1 lib/wx/doc/pg/pgeditor.rb