# File tk/lib/tk/spinbox.rb, line 71 def __validation_class_list super() << SpinCommand end
# File tk/lib/tk/spinbox.rb, line 100 def identify(x, y) tk_send_without_enc('identify', x, y) end
# File tk/lib/tk/spinbox.rb, line 104 def invoke(elem) tk_send_without_enc('invoke', elem) self end
# File tk/lib/tk/spinbox.rb, line 137 def set(str) _fromUTF8(tk_send_without_enc('set', _get_eval_enc_str(str))) end
Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.
If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.
If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.
If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.