summaryrefslogtreecommitdiffstats
path: root/doc/ttk_image.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2006-11-16 13:25:10 (GMT)
committerdkf <dkf@noemail.net>2006-11-16 13:25:10 (GMT)
commit562317cbd76a52512804fc51f56ff85eb370b8b3 (patch)
tree265db825c70193cb77781933d0de47b59fecea91 /doc/ttk_image.n
parenta04266460e973465cf0b210f2946f248f550c27d (diff)
downloadtk-562317cbd76a52512804fc51f56ff85eb370b8b3.zip
tk-562317cbd76a52512804fc51f56ff85eb370b8b3.tar.gz
tk-562317cbd76a52512804fc51f56ff85eb370b8b3.tar.bz2
Highlighted keyword in example
FossilOrigin-Name: 53cfe16303b4cce03fe01f7e198d25e822616d99
Diffstat (limited to 'doc/ttk_image.n')
-rw-r--r--doc/ttk_image.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ttk_image.n b/doc/ttk_image.n
index 962b9be..bcda678 100644
--- a/doc/ttk_image.n
+++ b/doc/ttk_image.n
@@ -1,6 +1,6 @@
'\"
'\" Copyright (c) 2004 Joe English
-'\" $Id: ttk_image.n,v 1.2 2006/11/15 13:29:17 dkf Exp $
+'\" $Id: ttk_image.n,v 1.3 2006/11/16 13:25:11 dkf Exp $
'\"
.so man.macros
.TH ttk_image n 8.5 Tk "Tk Themed Widget"
@@ -64,7 +64,7 @@ and the central area (which may be tiled in both directions).
.CS
set button(normal) [image create photo -file button.png]
set button(pressed) [image create photo -file button-pressed.png]
-ttk::style element create Button.button image $button(normal) \e
+ttk::style element create Button.button \fBimage\fR $button(normal) \e
-border {2 4} -map [list pressed $button(pressed)] -sticky nswe
.CE
.SH "SEE ALSO"