Sha256: 2fe469116d6936038ec73d81173e0ad5d752d2586bd6dc2c2fca528cfbd57eb3

Contents?: true

Size: 542 Bytes

Versions: 1

Compression:

Stored size: 542 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  class TextValidator

    # @overload initialize(validator)
    #   Copy constructor.
    #   @param [Wx::TextValidator] validator validator to copy
    # @overload initialize(style=Wx::FILTER_NONE)
    #   Constructor taking a style.
    #   @param [Integer] style One or more of the {Wx::TextValidatorStyle} styles. See #set_style.
    def initialize(*args) end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/text_validator.rb