Sha256: 085ecece175a2430f6efd0e74d93099b0a315f8404281cc45dfb61bc4da1215c
Contents?: true
Size: 1.19 KB
Versions: 3
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::NumericPropertyValidator::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
3 entries across 3 versions & 1 rubygems