summaryrefslogtreecommitdiffstats
path: root/doc/ttk_image.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-16 13:25:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-16 13:25:11 (GMT)
commit9805214bc84601ae81fedbabdd7621186eb81d8d (patch)
tree265db825c70193cb77781933d0de47b59fecea91 /doc/ttk_image.n
parent76628025cfe09819a66b93ccaaa62925ebd63fe0 (diff)
downloadtk-9805214bc84601ae81fedbabdd7621186eb81d8d.zip
tk-9805214bc84601ae81fedbabdd7621186eb81d8d.tar.gz
tk-9805214bc84601ae81fedbabdd7621186eb81d8d.tar.bz2
Highlighted keyword in example
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"