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:
parent
5389506770
commit
1ca94a0307
5 changed files with 266 additions and 6 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue