Sha256: 90a0e749ca0cc168f964493da2d16ec137ae525bf5cfabebdb85671c66bbce10
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::PG # A more comprehensive numeric validator class. # # # @wxrb_require USE_VALIDATORS,USE_PROPGRID class NumericPropertyValidator < TextValidator # # # # # @wxrb_require USE_VALIDATORS,USE_PROPGRID class NumericType < Wx::Enum # # Signed = Wx::PG::NumericPropertyValidator::NumericType.new(0) # # Unsigned = Wx::PG::NumericPropertyValidator::NumericType.new(1) # # Float = Wx::PG::NumericPropertyValidator::NumericType.new(2) end # NumericType # @param numericType [Wx::wxNumericPropertyValidator::NumericType] # @param base [Integer] # @return [Wx::PG::NumericPropertyValidator] def initialize(numericType, base=10) end # Validates the window contents against the include or exclude lists, depending on the validator style. # @param parent [Wx::Window] # @return [Boolean] def validate(parent) end end # NumericPropertyValidator end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/pg/numeric_property_validator.rb |