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 2.2.10
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.