Sha256: 349d13897281de46d81a230c43038e177806e8e0c344800becc0fcfaa39684b5

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

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


class Wx::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

Version data entries

2 entries across 2 versions & 1 rubygems

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