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 | f60b2fc4d93f80a1eb8fd0ab981127b1df11b0dc (patch) | |
tree | 265db825c70193cb77781933d0de47b59fecea91 /doc/ttk_image.n | |
parent | 6fecc1ff621c3412e9ccd290d3c6b781b4a771af (diff) | |
download | tk-f60b2fc4d93f80a1eb8fd0ab981127b1df11b0dc.zip tk-f60b2fc4d93f80a1eb8fd0ab981127b1df11b0dc.tar.gz tk-f60b2fc4d93f80a1eb8fd0ab981127b1df11b0dc.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" |