Tk::Entry
# File tk/lib/tkextlib/tcllib/ip_entry.rb, line 23 def self.package_name PACKAGE_NAME end
# File tk/lib/tkextlib/tcllib/ip_entry.rb, line 27 def self.package_version begin TkPackage.require('ipentry') rescue '' end end
# File tk/lib/tkextlib/tcllib/ip_entry.rb, line 64 def complete? bool(tk_send_without_enc('complete')) end
# File tk/lib/tkextlib/tcllib/ip_entry.rb, line 68 def insert(*ip) tk_send_without_enc('insert', array2tk_list(ip.flatten)) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.