Class: Wx::PG::PGKeyboardAction

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

Invalid =
Wx::PG::PGKeyboardAction.new(0)
NextProperty =

Select the next property.

Wx::PG::PGKeyboardAction.new(1)
PrevProperty =

Select the previous property.

Wx::PG::PGKeyboardAction.new(2)
ExpandProperty =

Expand the selected property, if it has child items.

Wx::PG::PGKeyboardAction.new(3)
CollapseProperty =

Collapse the selected property, if it has child items.

Wx::PG::PGKeyboardAction.new(4)
CancelEdit =

Cancel and undo any editing done in the currently active property editor.

Wx::PG::PGKeyboardAction.new(5)
Edit =

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

Wx::PG::PGKeyboardAction.new(6)
PressButton =

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

Wx::PG::PGKeyboardAction.new(7)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #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