Sha256: ad3c221a06cabe05f9f9549fc4874220f4b3c4a49eaf8e0ba28ff4873bce9ef7
Contents?: true
Size: 399 Bytes
Versions: 3
Compression:
Stored size: 399 Bytes
Contents
# # tkextlib/bwidget/separator.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # require 'tk' require 'tkextlib/bwidget.rb' module Tk module BWidget class Separator < TkWindow end end end class Tk::BWidget::Separator TkCommandNames = ['Separator'.freeze].freeze WidgetClassName = 'Separator'.freeze WidgetClassNames[WidgetClassName] ||= self end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tk-win-0.2.2-x86-mingw32 | lib/tkextlib/bwidget/separator.rb |
tk-win-0.2.1-x86-mingw32 | lib/tkextlib/bwidget/separator.rb |
tk-win-0.2.0-x86-mingw32 | lib/tkextlib/bwidget/separator.rb |