Sha256: 4f13924695bd2adecebdbfed1da85052b186748f55062a49254625bb3cc8f263
Contents?: true
Size: 515 Bytes
Versions: 3
Compression:
Stored size: 515 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-win-0.2.2-x86-mingw32 | lib/tkextlib/iwidgets/timeentry.rb |
tk-win-0.2.1-x86-mingw32 | lib/tkextlib/iwidgets/timeentry.rb |
tk-win-0.2.0-x86-mingw32 | lib/tkextlib/iwidgets/timeentry.rb |