Class: Wx::PG::PG_SETVALUE_FLAGS

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

Overview

Requires:

  • USE_PROPGRID

Constant Summary collapse

PG_SETVAL_REFRESH_EDITOR =
Wx::PG::PG_SETVALUE_FLAGS.new(1)
PG_SETVAL_AGGREGATED =
Wx::PG::PG_SETVALUE_FLAGS.new(2)
PG_SETVAL_FROM_PARENT =
Wx::PG::PG_SETVALUE_FLAGS.new(4)
PG_SETVAL_BY_USER =

Set if value changed by user.

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

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