Sha256: 7a41f6f2641b231809932ebf68443cf1a0381aee217aa35aac25cadc3c1b8728
Contents?: true
Size: 590 Bytes
Versions: 3
Compression:
Stored size: 590 Bytes
Contents
# # tkextlib/iwidgets/spinint.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # require 'tk' require 'tkextlib/iwidgets.rb' module Tk module Iwidgets class Spinint < Tk::Iwidgets::Spinner end end end class Tk::Iwidgets::Spinint TkCommandNames = ['::iwidgets::spinint'.freeze].freeze WidgetClassName = 'Spinint'.freeze WidgetClassNames[WidgetClassName] ||= self def __boolval_optkeys super() << 'wrap' end private :__boolval_optkeys def __numlistval_optkeys super() << 'range' end private :__numlistval_optkeys end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tk-win-0.2.2-x86-mingw32 | lib/tkextlib/iwidgets/spinint.rb |
tk-win-0.2.1-x86-mingw32 | lib/tkextlib/iwidgets/spinint.rb |
tk-win-0.2.0-x86-mingw32 | lib/tkextlib/iwidgets/spinint.rb |