Method: Tk::BLT::Tabset#select
- Defined in:
- lib/tkextlib/blt/tabset.rb
#select(index) ⇒ Object
432 433 434 435 |
# File 'lib/tkextlib/blt/tabset.rb', line 432 def select(index) tk_send('select', tagindex(index)) self end |
432 433 434 435 |
# File 'lib/tkextlib/blt/tabset.rb', line 432 def select(index) tk_send('select', tagindex(index)) self end |