diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-04-09 09:28:05 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-04-09 09:28:05 (GMT) |
commit | 679c6b232167c53eed33c0823d4e6341de1f1db8 (patch) | |
tree | 89ea9027d8b532f6fa926920e75026d918df049b /doc/ttk_style.n | |
parent | 2d81bb0e842d88af1cb7b5bb2234bcf0acce836e (diff) | |
download | tk-679c6b232167c53eed33c0823d4e6341de1f1db8.zip tk-679c6b232167c53eed33c0823d4e6341de1f1db8.tar.gz tk-679c6b232167c53eed33c0823d4e6341de1f1db8.tar.bz2 |
Improved the element factory documentation and cross-links
Diffstat (limited to 'doc/ttk_style.n')
-rw-r--r-- | doc/ttk_style.n | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/ttk_style.n b/doc/ttk_style.n index dcc74ad..0fc1e92 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.13 2008/03/16 22:37:45 dkf Exp $ +'\" RCS: @(#) $Id: ttk_style.n,v 1.14 2008/04/09 09:28:05 patthoyts Exp $ '\" .so man.macros .TH ttk::style n 8.5 Tk "Tk Themed Widget" @@ -58,9 +58,11 @@ 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 \fBttk_image\fR(n)), -although themes may define other element types -(see \fBTtk_RegisterElementFactory\fR). +The only cross-platform built-in element type is \fIimage\fR +(see \fBttk_image\fR(n)) but themes may define other element types +(see \fBTtk_RegisterElementFactory\fR). On suitable versions of Windows +an element factory is registered to create Windows theme elements +(see \fBttk_vsapi\fR(n)). .TP \fBttk::style element names\fR Returns the list of elements defined in the current theme. |