diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2006-11-16 13:25:11 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2006-11-16 13:25:11 (GMT) |
commit | a8140d54ae602b4fbf0a3582e5996f8fcfb22045 (patch) | |
tree | 265db825c70193cb77781933d0de47b59fecea91 /doc/ttk_image.n | |
parent | cbddc64096143481291c4ed1ccc1e774c3c95423 (diff) | |
download | tk-a8140d54ae602b4fbf0a3582e5996f8fcfb22045.zip tk-a8140d54ae602b4fbf0a3582e5996f8fcfb22045.tar.gz tk-a8140d54ae602b4fbf0a3582e5996f8fcfb22045.tar.bz2 |
Highlighted keyword in example
Diffstat (limited to 'doc/ttk_image.n')
-rw-r--r-- | doc/ttk_image.n | 4 |
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" |