In Files

  • tk/lib/tkextlib/itk/incr_tk.rb

Class/Module Index [+]

Quicksearch

Tk::Itk::Archetype

Constants

TkCommandNames

Public Class Methods

to_eval() click to toggle source

WidgetClassName = ‘Archetype’.freeze WidgetClassNames = self

 
               # File tk/lib/tkextlib/itk/incr_tk.rb, line 51
def self.to_eval
  '::itk::' << self::WidgetClassName
end
            

Public Instance Methods

__destroy_hook__() click to toggle source
 
               # File tk/lib/tkextlib/itk/incr_tk.rb, line 55
def __destroy_hook__
  Tk::Itk::Component::ComponentID_TBL.delete(self.path)
end
            
component() click to toggle source
incr Tk

public methods

 
               # File tk/lib/tkextlib/itk/incr_tk.rb, line 60
def component
  simplelist(tk_send('component'))
end
            
component_invoke(name, cmd, *args) click to toggle source
 
               # File tk/lib/tkextlib/itk/incr_tk.rb, line 69
def component_invoke(name, cmd, *args)
  window(tk_send('component', name, cmd, *args))
end
            
component_obj(*names) click to toggle source
 
               # 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
            
component_path(name) click to toggle source
 
               # File tk/lib/tkextlib/itk/incr_tk.rb, line 64
def component_path(name)
  window(tk_send('component', name))
end
            
Also aliased as: component_widget
component_widget(name) click to toggle source
Alias for: component_path

Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.

blog comments powered by Disqus