Class | Tk::Tcllib::IP_Entry |
In: |
tk/lib/tkextlib/tcllib/ip_entry.rb
|
Parent: | TkEntry |
PACKAGE_NAME | = | 'ipentry'.freeze |
TkCommandNames | = | ['::ipentry::ipentry'.freeze].freeze |
WidgetClassName | = | 'IPEntry'.freeze |
# 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 59 def complete? bool(tk_send_without_enc('complete')) end