1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries in

ActiveTcl8.4.12.0.
* ext/tk/lib/tkextlib/tile/tnotebook.rb: add Tk::Tile::TNotebook#insert.
* ext/tk/sample/tkextlib/tile/demo.rb: improve the look of a part of the demo.
* ext/tk/sample/scrollframe.rb: add a new sample.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2005-12-11 14:59:49 +00:00
parent 5389506770
commit 1ca94a0307
5 changed files with 266 additions and 6 deletions

View file

@ -734,7 +734,11 @@ end
#
$Timers = {:StateMonitor=>nil, :FocusMonitor=>nil}
msg = TkMessage.new(others, :aspect=>200)
begin
msg = Tk::Tile::Label.new(others, :justify=>:left, :wraplength=>300)
rescue
msg = TkMessage.new(others, :aspect=>200)
end
$Desc = {}