Class: Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS
- Defined in:
- lib/wx/doc/gen/pg/pg_validation_info.rb
Overview
wxPropertyGrid Validation Failure behaviour Flags
Constant Summary collapse
- PG_VFB_STAY_IN_PROPERTY =
Prevents user from leaving property unless value is valid.
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(1)
- PG_VFB_BEEP =
Calls bell on validation failure.
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(2)
- PG_VFB_MARK_CELL =
Cell with invalid value will be marked (with red colour).
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(4)
- PG_VFB_SHOW_MESSAGE =
Display a text message explaining the situation.
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(8)
- PG_VFB_SHOW_MESSAGEBOX =
Similar to PG_VFB_SHOW_MESSAGE, except always displays the message using MessageBox.
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(16)
- PG_VFB_SHOW_MESSAGE_ON_STATUSBAR =
Similar to PG_VFB_SHOW_MESSAGE, except always displays the message on the status bar (when present - you can reimplement Wx::PG::PropertyGrid#get_status_bar in a derived class to specify this yourself).
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(32)
- PG_VFB_DEFAULT =
Defaults.
Wx::PG::PG_VALIDATION_FAILURE_BEHAVIOR_FLAGS.new(20)
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