summaryrefslogtreecommitdiffstats
path: root/doc/ttk_style.n
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2008-04-09 09:28:04 (GMT)
committerpatthoyts <patthoyts@noemail.net>2008-04-09 09:28:04 (GMT)
commitedae65510509cd02cc99cdb90cc37ac7beae1483 (patch)
tree89ea9027d8b532f6fa926920e75026d918df049b /doc/ttk_style.n
parentaf1dafdf89c8d941f2cb4f0e750a650107804041 (diff)
downloadtk-edae65510509cd02cc99cdb90cc37ac7beae1483.zip
tk-edae65510509cd02cc99cdb90cc37ac7beae1483.tar.gz
tk-edae65510509cd02cc99cdb90cc37ac7beae1483.tar.bz2
Improved the element factory documentation and cross-links
FossilOrigin-Name: f51e517f47428882405fec71ba5f52555f7e0645
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.