Class: Wx::PG::PG_GETPROPERTYVALUES_FLAGS
- Defined in:
- lib/wx/doc/gen/pg/pg_property.rb
Overview
Constant Summary collapse
- PG_DONT_RECURSE =
Flag for Wx::PG::PropertyGridInterface::SetProperty* functions, Wx::PG::PropertyGridInterface#hide_property, etc.
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(0)
- PG_KEEP_STRUCTURE =
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(16)
- PG_RECURSE =
Flag for Wx::PG::PropertyGridInterface::SetProperty* functions, Wx::PG::PropertyGridInterface#hide_property, etc.
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(32)
- PG_INC_ATTRIBUTES =
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(64)
- PG_RECURSE_STARTS =
Used when first starting recursion.
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(128)
- PG_FORCE =
Force value change.
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(256)
- PG_SORT_TOP_LEVEL_ONLY =
Only sort categories and their immediate children.
Wx::PG::PG_GETPROPERTYVALUES_FLAGS.new(512)
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