Methods
N
Constants
TkCommandNames = ['::iwidgets::scopedobject'.freeze].freeze
 
WidgetClassName = 'Scopedobject'.freeze
 
Class Public methods
new(obj_name, keys={})
# File ext/tk/lib/tkextlib/iwidgets/scopedobject.rb, line 21
def initialize(obj_name, keys={})
  @path = tk_call(self.class::TkCommandNames[0], obj_name, *hash_kv(keys))
end