diff options
author | dkf <dkf@noemail.net> | 2008-03-16 22:37:45 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2008-03-16 22:37:45 (GMT) |
commit | 55709cb4f6b6a8ade5f30575f8efe5274cc01b8f (patch) | |
tree | 0ee0f9fd68c7775e50f5dbf6773e9e70db3c44c7 /doc/ttk_style.n | |
parent | aef80245f46fe4e74e24bd7ef586b93459b24465 (diff) | |
download | tk-55709cb4f6b6a8ade5f30575f8efe5274cc01b8f.zip tk-55709cb4f6b6a8ade5f30575f8efe5274cc01b8f.tar.gz tk-55709cb4f6b6a8ade5f30575f8efe5274cc01b8f.tar.bz2 |
Correct cross-reference
FossilOrigin-Name: 9fd8ea712a88cc01209b3d044c41a5254c8a7d27
Diffstat (limited to 'doc/ttk_style.n')
-rw-r--r-- | doc/ttk_style.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_style.n b/doc/ttk_style.n index 09d35fd..dcc74ad 100644 --- a/doc/ttk_style.n +++ b/doc/ttk_style.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_style.n,v 1.12 2007/12/13 15:23:44 dgp Exp $ +'\" RCS: @(#) $Id: ttk_style.n,v 1.13 2008/03/16 22:37:45 dkf Exp $ '\" .so man.macros .TH ttk::style n 8.5 Tk "Tk Themed Widget" @@ -58,7 +58,7 @@ for style \fIstyle\fR. .TP \fBttk::style element create\fR \fIelementName\fR \fItype\fR ?\fIargs...\fR? Creates a new element in the current theme of type \fItype\fR. -The only built-in element type is \fIimage\fR (see \fIimage(n)\fR), +The only built-in element type is \fIimage\fR (see \fBttk_image\fR(n)), although themes may define other element types (see \fBTtk_RegisterElementFactory\fR). .TP @@ -117,6 +117,6 @@ ttk::style layout Horizontal.TScrollbar { } .CE .SH "SEE ALSO" -ttk::intro(n), ttk::widget(n), photo(n) +ttk::intro(n), ttk::widget(n), photo(n), ttk_image(n) .SH KEYWORDS style, theme, appearance |