Method: Tk::BWidget::NoteBook#see
- Defined in:
- lib/tkextlib/bwidget/notebook.rb
#see(page) ⇒ Object
155 156 157 158 |
# File 'lib/tkextlib/bwidget/notebook.rb', line 155 def see(page) tk_send('see', page) self end |
155 156 157 158 |
# File 'lib/tkextlib/bwidget/notebook.rb', line 155 def see(page) tk_send('see', page) self end |