diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-11 15:17:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-11 15:17:08 (GMT) |
commit | 268cab3d247deaabe130d87d6869a8e2d222cf7a (patch) | |
tree | 31e87d9de38d80f60494b3c1f7300e75bda0ba53 /library/demos/twind.tcl | |
parent | 1aed94c9ad7ed6440eb8d1d3404b28d7368738eb (diff) | |
download | tk-268cab3d247deaabe130d87d6869a8e2d222cf7a.zip tk-268cab3d247deaabe130d87d6869a8e2d222cf7a.tar.gz tk-268cab3d247deaabe130d87d6869a8e2d222cf7a.tar.bz2 |
Use a color picture of JO for better GOOBE. [Bug 2588919]
Diffstat (limited to 'library/demos/twind.tcl')
-rw-r--r-- | library/demos/twind.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/twind.tcl b/library/demos/twind.tcl index 102be12..062fc61 100644 --- a/library/demos/twind.tcl +++ b/library/demos/twind.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a text widget with a bunch of # embedded windows. # -# RCS: @(#) $Id: twind.tcl,v 1.11 2007/12/13 15:27:07 dgp Exp $ +# RCS: @(#) $Id: twind.tcl,v 1.12 2009/02/11 15:17:26 dkf Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." @@ -164,7 +164,7 @@ $t window create end -window $t.smallP $t insert end "\n\nFinally, images fit comfortably in text widgets too:" $t image create end -image \ - [image create bitmap -file [file join $tk_demoDirectory images face.xbm]] + [image create photo -file [file join $tk_demoDirectory images ouster.png]] proc textWindBigB w { |