summaryrefslogtreecommitdiffstats
path: root/doc/ttk_style.n
diff options
context:
space:
mode:
authorpatthoyts@users.sourceforge.net <patthoyts>2008-04-09 09:28:05 (GMT)
committerpatthoyts@users.sourceforge.net <patthoyts>2008-04-09 09:28:05 (GMT)
commitb31e17c6173af5e51accc1273e3876d15e7ffb3d (patch)
tree89ea9027d8b532f6fa926920e75026d918df049b /doc/ttk_style.n
parentfa658187574e1e72a37930eee383791626a2f3f7 (diff)
downloadtk-b31e17c6173af5e51accc1273e3876d15e7ffb3d.zip
tk-b31e17c6173af5e51accc1273e3876d15e7ffb3d.tar.gz
tk-b31e17c6173af5e51accc1273e3876d15e7ffb3d.tar.bz2
Improved the element factory documentation and cross-links
Diffstat (limited to 'doc/ttk_style.n')
-rw-r--r--doc/ttk_style.n10
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.