diff options
author | jenglish <jenglish@flightlab.com> | 2008-12-03 18:44:49 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-12-03 18:44:49 (GMT) |
commit | be03330f5858260351f40d4c3dffb0363d358ee5 (patch) | |
tree | e50af7dbf34fa6fba912218b8b2ee694ef0f76e8 /doc | |
parent | ebcb804ce2070734ebccaae2d4fa9398bf0332cf (diff) | |
download | tk-be03330f5858260351f40d4c3dffb0363d358ee5.zip tk-be03330f5858260351f40d4c3dffb0363d358ee5.tar.gz tk-be03330f5858260351f40d4c3dffb0363d358ee5.tar.bz2 |
Add new "hover" state
(patch from Pat Thoyts; needed to support proper visual feedback on Vista).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_widget.n | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index 1f17243..ca6080d 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.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_widget.n,v 1.16 2008/09/23 13:36:58 dkf Exp $ +'\" RCS: @(#) $Id: ttk_widget.n,v 1.17 2008/12/03 18:44:49 jenglish Exp $ '\" .so man.macros .TH ttk::widget n 8.5 Tk "Tk Themed Widget" @@ -234,6 +234,14 @@ state, and for buttons with \fB\-default active\fR. The widget's value is invalid. (Potential uses: scale widget value out of bounds, entry widget value failed validation.) +.TP +\fBhover\fR +The mouse cursor is within the widget. +This is similar to the \fBactive\fP state; +it is used in some themes for widgets that +provide distinct visual feedback for +the active widget in addition to the active element +within the widget. .PP A \fIstate specification\fR or \fIstateSpec\fR is a list of state names, optionally prefixed with an exclamation point (!) |