Sha256: fac5abc03145c0237f1b92beff843c1c0332b7f702acd7e2430ce91348bc2e82

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx

  # Bit masks used for numeric validator styles.
  # 
  # A combination of these flags can be used when creating {Wx::IntegerValidator} and {Wx::FloatingPointValidator} objects and with their SetStyle() methods.
  # 
  # Category:  {Wx::Validators}
  # 
  # @wxrb_require USE_VALIDATORS
  class NumValidatorStyle < Wx::Enum
  
    # Indicates absence of any other flags.
    # 
    NUM_VAL_DEFAULT = Wx::NumValidatorStyle.new(0)
    
    # Use thousands separators in the numbers.
    # 
    NUM_VAL_THOUSANDS_SEPARATOR = Wx::NumValidatorStyle.new(1)
    
    # Show a value of zero as an empty string.
    # 
    NUM_VAL_ZERO_AS_BLANK = Wx::NumValidatorStyle.new(2)
    
    # Remove trailing zeroes from the fractional part of the number.
    # 
    NUM_VAL_NO_TRAILING_ZEROES = Wx::NumValidatorStyle.new(4)
    
  end # NumValidatorStyle
  

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/gen/num_validator.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/gen/num_validator.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/gen/num_validator.rb