Sha256: 50809dbc142838eb620786b824b706997e90088c3056d9d35f6a64e455584a3b

Contents?: true

Size: 197 Bytes

Versions: 9

Compression:

Stored size: 197 Bytes

Contents

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

9 entries across 9 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.rc.2 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.rc.1 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.beta.14 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.beta.13 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.beta.11 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.beta.10 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.beta.9 lib/wx/core/validator.rb
wxruby3-0.9.0.pre.beta.8 lib/wx/core/validator.rb