class Tk::Iwidgets::Scopedobject
Constants
- TkCommandNames
- WidgetClassName
Public Class Methods
new(obj_name, keys={})
click to toggle source
# File 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