Class: Wx::Validator
- Inherits:
-
Object
- Object
- Wx::Validator
- Defined in:
- lib/wx/classes/validator.rb
Instance Method Summary collapse
-
#clone ⇒ Object
Default implementation of clone, may need to be over-ridden in custom subclasses should state variables need to be copied.
Instance Method Details
#clone ⇒ Object
Default implementation of clone, may need to be over-ridden in custom subclasses should state variables need to be copied
4 5 6 |
# File 'lib/wx/classes/validator.rb', line 4 def clone self.class.new end |