Method: Tk::Menu#invoke
- Defined in:
- lib/tk/menu.rb
#invoke(index) ⇒ Object
156 157 158 |
# File 'lib/tk/menu.rb', line 156 def invoke(index) _fromUTF8(tk_send_without_enc('invoke', _get_eval_enc_str(index))) end |
156 157 158 |
# File 'lib/tk/menu.rb', line 156 def invoke(index) _fromUTF8(tk_send_without_enc('invoke', _get_eval_enc_str(index))) end |