Sha256: d0948f1866f4412875aaa9593d73abe197510e99ec5c029d431d1d6b8edffdc6

Contents?: true

Size: 1.08 KB

Versions: 20

Compression:

Stored size: 1.08 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

20 entries across 20 versions & 1 rubygems

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