Method: Tk::Menu#activate
- Defined in:
- lib/tk/menu.rb
#activate(index) ⇒ Object
99 100 101 102 |
# File 'lib/tk/menu.rb', line 99 def activate(index) tk_send_without_enc('activate', _get_eval_enc_str(index)) self end |
99 100 101 102 |
# File 'lib/tk/menu.rb', line 99 def activate(index) tk_send_without_enc('activate', _get_eval_enc_str(index)) self end |