diff options
author | das <das> | 2007-04-23 21:16:00 (GMT) |
---|---|---|
committer | das <das> | 2007-04-23 21:16:00 (GMT) |
commit | 97873b5cca440eeaaf3787bc7d4fa5188b2510d3 (patch) | |
tree | d05530f9850fbb244956c2cdd80abfda3de610e3 /library/demos/goldberg.tcl | |
parent | eed9e6e51c9b315cca0fab5242fb5d5ed79f1d92 (diff) | |
download | tk-97873b5cca440eeaaf3787bc7d4fa5188b2510d3.zip tk-97873b5cca440eeaaf3787bc7d4fa5188b2510d3.tar.gz tk-97873b5cca440eeaaf3787bc7d4fa5188b2510d3.tar.bz2 |
* library/demos/goldberg.tcl: fix overwriting of widget demo global.
* library/demos/menu.tcl: on aqua, use custom MDEF and tearoffs;
* library/demos/menubu.tcl: correct menubutton toplevel name.
* library/demos/puzzle.tcl: fix button size & padding for aqua.
* library/demos/radio.tcl:
Diffstat (limited to 'library/demos/goldberg.tcl')
-rw-r--r-- | library/demos/goldberg.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/demos/goldberg.tcl b/library/demos/goldberg.tcl index 97fed22..8daa73e 100644 --- a/library/demos/goldberg.tcl +++ b/library/demos/goldberg.tcl @@ -50,8 +50,7 @@ wm iconname $w "goldberg" wm resizable $w 0 0 #positionWindow $w -set font {Arial 10} -label $w.msg -font $font -wraplength 4i -justify left -text "This is a demonstration of just how complex you can make your animations become. Click the ball to start things moving!\n\n\"Man will always find a difficult means to perform a simple task\"\n - Rube Goldberg" +label $w.msg -font {Arial 10} -wraplength 4i -justify left -text "This is a demonstration of just how complex you can make your animations become. Click the ball to start things moving!\n\n\"Man will always find a difficult means to perform a simple task\"\n - Rube Goldberg" pack $w.msg -side top if 0 { |