| Class | Tk::Itk::Archetype |
| In: |
tk/lib/tkextlib/itk/incr_tk.rb
|
| Parent: | TkWindow |
| TkCommandNames | = | [].freeze |
# File tk/lib/tkextlib/itk/incr_tk.rb, line 55 def __destroy_hook__ Tk::Itk::Component::ComponentID_TBL.delete(self.path) end
# File tk/lib/tkextlib/itk/incr_tk.rb, line 69 def component_invoke(name, cmd, *args) window(tk_send('component', name, cmd, *args)) end
# File tk/lib/tkextlib/itk/incr_tk.rb, line 73 def component_obj(*names) names = component if names.empty? names.collect{|name| Tk::Itk::Component.new(self.path, name) } end
ruby-doc.org is a community service provided by 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.