wx.propgrid.PGSelectPropertyFlags¶The PGSelectPropertyFlags enumeration provides the following values:
Description |
Value |
|---|---|
Null |
No flags. |
Focus |
Focuses to created editor. |
Force |
Forces deletion and recreation of editor. |
Nonvisible |
For example, doesn’t cause EnsureVisible. |
NoValidate |
Do not validate editor’s value before selecting. |
Deleting |
Property being deselected is about to be deleted. |
SetUnspec |
Property’s values was set to unspecified by the user. |
DialogVal |
Property’s event handler changed the value. |
DontSendEvent |
Set to disable sending of wxEVT_PG_SELECTED event. |
NoRefresh |
Don’t make any graphics updates. |