diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-04 15:47:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-04 15:47:22 (GMT) |
commit | 595edef015407433f0bfb19bf62c29a302edffe1 (patch) | |
tree | a77b15ba340186fb9591fa7ac4ad117fc5e0784f /doc/ttk_button.n | |
parent | be03330f5858260351f40d4c3dffb0363d358ee5 (diff) | |
download | tk-595edef015407433f0bfb19bf62c29a302edffe1.zip tk-595edef015407433f0bfb19bf62c29a302edffe1.tar.gz tk-595edef015407433f0bfb19bf62c29a302edffe1.tar.bz2 |
Add mentions of Toolbutton style to relevant ttk manpages.
Diffstat (limited to 'doc/ttk_button.n')
-rw-r--r-- | doc/ttk_button.n | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index 1c30284..7d3ea02 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.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_button.n,v 1.14 2008/09/23 13:36:56 dkf Exp $ +'\" RCS: @(#) $Id: ttk_button.n,v 1.15 2008/12/04 15:47:22 dkf Exp $ '\" .so man.macros .TH ttk::button n 8.5 Tk "Tk Themed Widget" @@ -64,6 +64,10 @@ widget commands: .TP \fIpathName \fBinvoke\fR Invokes the command associated with the button. +.SH "STANDARD STYLES" +.PP +\fBTtk::button\fR widgets support the \fBToolbutton\fR style in all standard +themes, which is useful for creating widgets for toolbars. .SH "COMPATIBILITY OPTIONS" .OP \-state state State May be set to \fBnormal\fR or \fBdisabled\fR to control the |