Class: Wx::PG::PGNumericValidationConstants

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

Overview

Constants used with NumericValidation<>().

Requires:

  • USE_PROPGRID

Constant Summary collapse

PG_PROPERTY_VALIDATION_ERROR_MESSAGE =

Instead of modifying the value, show an error message.

Wx::PG::PGNumericValidationConstants.new(0)
PG_PROPERTY_VALIDATION_SATURATE =

Modify value, but stick with the limitations.

Wx::PG::PGNumericValidationConstants.new(1)
PG_PROPERTY_VALIDATION_WRAP =

Modify value, wrap around on overflow.

Wx::PG::PGNumericValidationConstants.new(2)

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