Sha256: b60ee94be691ea875056aae9183fc211a0f8a5b7bc1b3fd5e9808dc171c09fa8

Contents?: true

Size: 910 Bytes

Versions: 4

Compression:

Stored size: 910 Bytes

Contents

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


module Wx::PG

  class NumericPropertyValidator < TextValidator

    # @overload initialize(validator)
    #   Copy constructor.
    #   @param [Wx::wxNumericPropertyValidator] validator validator to copy
    # @overload initialize(numericType, base=10)
    #   @param numericType [Wx::wxNumericPropertyValidator::NumericType]
    #   @param base [Integer]
    #   @return [Wx::PG::NumericPropertyValidator]
    def initialize(*args) end

    # Returns the value store attribute. Initially an empty string.
    # @return [String]
    def get_value; end
    alias :value :get_value

    # Sets the value store attribute.
    # @param [String] val
    def set_value(val) end
    alias :value= :set_value

  end # NumericPropertyValidator
  

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/pg/numeric_property_validator.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/pg/numeric_property_validator.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/pg/numeric_property_validator.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/pg/numeric_property_validator.rb