Sha256: 38a602eaaaa474c72cb7ea84ab1af9ebdc3f7ac52b0de19027fd43d6f3a0027e
Contents?: true
Size: 545 Bytes
Versions: 3
Compression:
Stored size: 545 Bytes
Contents
# # tkextlib/iwidgets/buttonbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # require 'tk' require 'tkextlib/iwidgets.rb' module Tk module Iwidgets class Scopedobject < TkObject end end end class Tk::Iwidgets::Scopedobject TkCommandNames = ['::iwidgets::scopedobject'.freeze].freeze WidgetClassName = 'Scopedobject'.freeze WidgetClassNames[WidgetClassName] = self def initialize(obj_name, keys={}) @path = tk_call(self.class::TkCommandNames[0], obj_name, *hash_kv(keys)) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tk_as_gem-0.1.0 | ext/lib/tkextlib/iwidgets/scopedobject.rb |
tk_as_gem-0.0.1 | ext/lib/tkextlib/iwidgets/scopedobject.rb |
tk_as_gem-0.0.0 | ext/lib/tkextlib/iwidgets/scopedobject.rb |