| Class | Tk::BWidget::PanelFrame |
| In: |
tk/lib/tkextlib/bwidget/panelframe.rb
|
| Parent: | TkWindow |
| TkCommandNames | = | ['PanelFrame'.freeze].freeze |
| WidgetClassName | = | 'PanelFrame'.freeze |
# File tk/lib/tkextlib/bwidget/panelframe.rb, line 27 def add(win, keys={}) tk_send('add', win, keys) self end
# File tk/lib/tkextlib/bwidget/panelframe.rb, line 32 def delete(*wins) tk_send('delete', *wins) self end
# File tk/lib/tkextlib/bwidget/panelframe.rb, line 37 def get_frame(&b) win = window(tk_send_without_enc('getframe')) win.instance_eval(&b) if b win end
ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.