Namespace
- CLASS Tk::Spinbox::SpinCommand
Methods
Constants
| TkCommandNames | = | ['spinbox'.freeze].freeze |
| WidgetClassName | = | 'Spinbox'.freeze |
Instance Public methods
__validation_class_list()
Link
Source: show
# File ext/tk/lib/tk/spinbox.rb, line 70 def __validation_class_list super() << SpinCommand end
identify(x, y)
Link
Source: show
# File ext/tk/lib/tk/spinbox.rb, line 99 def identify(x, y) tk_send_without_enc('identify', x, y) end
invoke(elem)
Link
Source: show
# File ext/tk/lib/tk/spinbox.rb, line 103 def invoke(elem) tk_send_without_enc('invoke', elem) self end
set(str)
Link
Source: show
# File ext/tk/lib/tk/spinbox.rb, line 136 def set(str) _fromUTF8(tk_send_without_enc('set', _get_eval_enc_str(str))) end