Sha256: 2c5073b3ed459cbc94c642bb76a9d49c3f2eee24f3e5fa11808df85c13e47e25
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
# # tkextlib/iwidgets/timeentry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # require 'tk' require 'tkextlib/iwidgets.rb' module Tk module Iwidgets class Timeentry < Tk::Iwidgets::Timefield end end end class Tk::Iwidgets::Timeentry TkCommandNames = ['::iwidgets::timeentry'.freeze].freeze WidgetClassName = 'Timeentry'.freeze WidgetClassNames[WidgetClassName] = self def __strval_optkeys super() << 'closetext' end private :__strval_optkeys end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tk_as_gem-0.1.0 | ext/lib/tkextlib/iwidgets/timeentry.rb |
tk_as_gem-0.0.1 | ext/lib/tkextlib/iwidgets/timeentry.rb |
tk_as_gem-0.0.0 | ext/lib/tkextlib/iwidgets/timeentry.rb |