Method: Tk::BWidget::ButtonBox#invoke
- Defined in:
- lib/tkextlib/bwidget/buttonbox.rb
#invoke(idx) ⇒ Object
82 83 84 85 |
# File 'lib/tkextlib/bwidget/buttonbox.rb', line 82 def invoke(idx) tk_send('invoke', tagid(idx)) self end |
82 83 84 85 |
# File 'lib/tkextlib/bwidget/buttonbox.rb', line 82 def invoke(idx) tk_send('invoke', tagid(idx)) self end |