Class: Wx::PG::PGSelectPropertyFlags
- Defined in:
- lib/wx/doc/gen/pg/property_grid_page.rb
Overview
Flags affecting property selection.
Values of this enum are used with Wx::PG::PropertyGrid#commit_changes_from_editor, for example.
Constant Summary collapse
- Null =
No flags.
Wx::PG::PGSelectPropertyFlags.new(0)
- Focus =
Focuses to created editor.
Wx::PG::PGSelectPropertyFlags.new(1)
- Force =
Forces deletion and recreation of editor.
Wx::PG::PGSelectPropertyFlags.new(2)
- Nonvisible =
For example, doesn’t cause EnsureVisible.
Wx::PG::PGSelectPropertyFlags.new(4)
- NoValidate =
Do not validate editor’s value before selecting.
Wx::PG::PGSelectPropertyFlags.new(8)
- Deleting =
Property being deselected is about to be deleted.
Wx::PG::PGSelectPropertyFlags.new(16)
- SetUnspec =
Property’s values was set to unspecified by the user.
Wx::PG::PGSelectPropertyFlags.new(32)
- DialogVal =
Property’s event handler changed the value.
Wx::PG::PGSelectPropertyFlags.new(64)
- DontSendEvent =
Set to disable sending of EVT_PG_SELECTED event.
Wx::PG::PGSelectPropertyFlags.new(128)
- NoRefresh =
Don’t make any graphics updates.
Wx::PG::PGSelectPropertyFlags.new(256)
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