Sha256: 7d30d2f3034fa6a76da87576a35b71437b00e69e0740d714f3f72720ec43f5a5

Contents?: true

Size: 1.09 KB

Versions: 7

Compression:

Stored size: 1.09 KB

Contents

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

module Wx::PG

  Wx.add_delayed_constant(self, :PG_EDITOR_TEXT_CTRL) { Wx::PG::PropertyGrid.get_standard_editor_class('TextCtrl') }
  Wx.add_delayed_constant(self, :PG_EDITOR_TEXT_CTRL_AND_BUTTON) { Wx::PG::PropertyGrid.get_standard_editor_class('TextCtrlAndButton') }
  Wx.add_delayed_constant(self, :PG_EDITOR_CHOICE) { Wx::PG::PropertyGrid.get_standard_editor_class('Choice') }
  Wx.add_delayed_constant(self, :PG_EDITOR_CHOICE_AND_BUTTON) { Wx::PG::PropertyGrid.get_standard_editor_class('ChoiceAndButton') }
  Wx.add_delayed_constant(self, :PG_EDITOR_CHECK_BOX) { Wx::PG::PropertyGrid.get_standard_editor_class('CheckBox') }
  Wx.add_delayed_constant(self, :PG_EDITOR_COMBO_BOX) { Wx::PG::PropertyGrid.get_standard_editor_class('ComboBox') }
  Wx.add_delayed_constant(self, :PG_EDITOR_SPIN_CTRL) { Wx::PG::PropertyGrid.get_standard_editor_class('SpinCtrl') }
  Wx.add_delayed_constant(self, :PG_EDITOR_DATE_PICKER_CTRL) { Wx::PG::PropertyGrid.get_standard_editor_class('DatePickerCtrl') }

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/pg/pg_editor.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/pg/pg_editor.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/pg/pg_editor.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/pg/pg_editor.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/pg/pg_editor.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/pg/pg_editor.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/pg/pg_editor.rb