Class: Tk::Tcllib::Widget::ScrolledWindow
- Defined in:
- lib/tkextlib/tcllib/scrolledwindow.rb
Instance Method Summary collapse
- #getframe ⇒ Object (also: #get_frame)
- #setwidget(w) ⇒ Object (also: #set_widget)
Instance Method Details
#getframe ⇒ Object Also known as: get_frame
48 49 50 |
# File 'lib/tkextlib/tcllib/scrolledwindow.rb', line 48 def getframe window(tk_send_without_enc('getframe')) end |
#setwidget(w) ⇒ Object Also known as: set_widget
53 54 55 |
# File 'lib/tkextlib/tcllib/scrolledwindow.rb', line 53 def (w) window(tk_send_without_enc('setwidget', w)) end |