Sha256: eba2af1c9e8a25ce598faf2577344a62dc243e64ce29bfbe15db4dddab6d4225
Contents?: true
Size: 1.06 KB
Versions: 10
Compression:
Stored size: 1.06 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. # # class NumericPropertyValidator < TextValidator # # # # 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 [NumericType] # @param base [Integer] # @return [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 [true,false] def validate(parent) end end # NumericPropertyValidator end
Version data entries
10 entries across 10 versions & 1 rubygems