Method: Tk::Iwidgets::Notebook#next
- Defined in:
- lib/tkextlib/iwidgets/notebook.rb
#next ⇒ Object
103 104 105 106 |
# File 'lib/tkextlib/iwidgets/notebook.rb', line 103 def next tk_call(@path, 'next') self end |
103 104 105 106 |
# File 'lib/tkextlib/iwidgets/notebook.rb', line 103 def next tk_call(@path, 'next') self end |