Sha256: 2828b19262699976944d4a2623b7123a5519e7d4b126f76bc4e13fb185a8008c
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
Contents
# # tkextlib/bwidget/scrollview.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # require 'tk' require 'tkextlib/bwidget.rb' module Tk module BWidget class ScrollView < TkWindow end end end class Tk::BWidget::ScrollView TkCommandNames = ['ScrollView'.freeze].freeze WidgetClassName = 'ScrollView'.freeze WidgetClassNames[WidgetClassName] ||= self def __strval_optkeys super() << 'fill' 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/bwidget/scrollview.rb |
tk-win-0.2.1-x86-mingw32 | lib/tkextlib/bwidget/scrollview.rb |
tk-win-0.2.0-x86-mingw32 | lib/tkextlib/bwidget/scrollview.rb |