Sha256: d9c207af5a0368a4818604da47a5ac3c429cb8bc8eb056a28746e27878157ee5

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# 
# Some parts are
# Copyright 2004-2007, wxRuby development team
# released under the MIT-like wxRuby2 license

class Wx::Validator
  # Default implementation of clone, may need to be over-ridden if
  # custom subclasses should state variables that need to be copied
  def clone
    self.class.new
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/core/validator.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/core/validator.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/core/validator.rb