mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00

ext/tk/sample/ttk_wrapper.rb: improve treating and control themes. add Tk::Tile.themes and Tk::Tile.set_theme(theme). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
91 B
Ruby
6 lines
91 B
Ruby
#
|
|
# release date of tkextlib
|
|
#
|
|
module Tk
|
|
Tkextlib_RELEASE_DATE = '2008-05-03'.freeze
|
|
end
|