Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
# File tk/lib/tk/spinbox.rb, line 70 def __validation_class_list super() << SpinCommand end
# File tk/lib/tk/spinbox.rb, line 99 def identify(x, y) tk_send_without_enc('identify', x, y) end
# File tk/lib/tk/spinbox.rb, line 113 def set(str) _fromUTF8(tk_send_without_enc('set', _get_eval_enc_str(str))) end