Class: Wx::PG::PG_KEYBOARD_ACTIONS

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/pg/pg_validation_info.rb

Overview

wxPropertyGrid Action Identifiers

These are used with Wx::PG::PropertyGrid#add_action_trigger and Wx::PG::PropertyGrid#clear_action_triggers.

Requires:

  • USE_PROPGRID

Constant Summary collapse

PG_ACTION_INVALID =
Wx::PG::PG_KEYBOARD_ACTIONS.new(0)
PG_ACTION_NEXT_PROPERTY =

Select the next property.

Wx::PG::PG_KEYBOARD_ACTIONS.new(1)
PG_ACTION_PREV_PROPERTY =

Select the previous property.

Wx::PG::PG_KEYBOARD_ACTIONS.new(2)
PG_ACTION_EXPAND_PROPERTY =

Expand the selected property, if it has child items.

Wx::PG::PG_KEYBOARD_ACTIONS.new(3)
PG_ACTION_COLLAPSE_PROPERTY =

Collapse the selected property, if it has child items.

Wx::PG::PG_KEYBOARD_ACTIONS.new(4)
PG_ACTION_CANCEL_EDIT =
Wx::PG::PG_KEYBOARD_ACTIONS.new(5)
PG_ACTION_EDIT =

Move focus to the editor control of the currently selected property.

Wx::PG::PG_KEYBOARD_ACTIONS.new(6)
PG_ACTION_PRESS_BUTTON =

Causes editor’s button (if any) to be pressed.

Wx::PG::PG_KEYBOARD_ACTIONS.new(7)
PG_ACTION_MAX =
Wx::PG::PG_KEYBOARD_ACTIONS.new(8)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum