Class: Wx::PG::PGSetValueFlags

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

Overview

Requires:

  • USE_PROPGRID

Constant Summary collapse

RefreshEditor =
Wx::PG::PGSetValueFlags.new(1)
Aggregated =
Wx::PG::PGSetValueFlags.new(2)
FromParent =
Wx::PG::PGSetValueFlags.new(4)
ByUser =

Set if value changed by user.

Wx::PG::PGSetValueFlags.new(8)

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