wx.propgrid.PGKeyboardAction¶The PGKeyboardAction enumeration provides the following values:
Description |
Value |
|---|---|
Invalid |
|
NextProperty |
Select the next property. |
PrevProperty |
Select the previous property. |
ExpandProperty |
Expand the selected property, if it has child items. |
CollapseProperty |
Collapse the selected property, if it has child items. |
CancelEdit |
Cancel and undo any editing done in the currently active property editor. |
Edit |
Move focus to the editor control of the currently selected property. |
PressButton |
Causes editor’s button (if any) to be pressed. |