Class: Wx::PG::PGPropertyValuesFlags

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/pg/pg_property.rb

Overview

Requires:

  • USE_PROPGRID

Constant Summary collapse

DontRecurse =

Flag for Wx::PG::PropertyGridInterface::SetProperty* functions, Wx::PG::PropertyGridInterface#hide_property, etc.

Wx::PG::PGPropertyValuesFlags.new(0)
KeepStructure =
Wx::PG::PGPropertyValuesFlags.new(16)
Recurse =

Flag for Wx::PG::PropertyGridInterface::SetProperty* functions, Wx::PG::PropertyGridInterface#hide_property, etc.

Wx::PG::PGPropertyValuesFlags.new(32)
IncAttributes =
Wx::PG::PGPropertyValuesFlags.new(64)
RecurseStarts =

Used when first starting recursion.

Wx::PG::PGPropertyValuesFlags.new(128)
Force =

Force value change.

Wx::PG::PGPropertyValuesFlags.new(256)
SortTopLevelOnly =

Only sort categories and their immediate children.

Wx::PG::PGPropertyValuesFlags.new(512)

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