Class: Wx::PG::PG_MISC_ARG_FLAGS

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

Overview

Misc argument flags.

Requires:

  • USE_PROPGRID

Constant Summary collapse

PG_FULL_VALUE =

Get/Store full value instead of displayed value.

Wx::PG::PG_MISC_ARG_FLAGS.new(1)
PG_REPORT_ERROR =

Perform special action in case of unsuccessful conversion.

Wx::PG::PG_MISC_ARG_FLAGS.new(2)
PG_PROPERTY_SPECIFIC =
Wx::PG::PG_MISC_ARG_FLAGS.new(4)
PG_EDITABLE_VALUE =

Get/Store editable value instead of displayed one (should only be different in the case of common values).

Wx::PG::PG_MISC_ARG_FLAGS.new(8)
PG_COMPOSITE_FRAGMENT =

Used when dealing with fragments of composite string value.

Wx::PG::PG_MISC_ARG_FLAGS.new(16)
PG_UNEDITABLE_COMPOSITE_FRAGMENT =

Means property for which final string value is for cannot really be edited.

Wx::PG::PG_MISC_ARG_FLAGS.new(32)
PG_VALUE_IS_CURRENT =

Wx::PG::PGProperty#value_to_string called from Wx::PG::PGProperty#get_value_as_string (guarantees that input Variant value is current own value)

Wx::PG::PG_MISC_ARG_FLAGS.new(64)
PG_PROGRAMMATIC_VALUE =

Value is being set programmatically (i.e.

Wx::PG::PG_MISC_ARG_FLAGS.new(128)

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