diff options
author | jenglish@flightlab.com <jenglish> | 2008-12-03 18:44:49 (GMT) |
---|---|---|
committer | jenglish@flightlab.com <jenglish> | 2008-12-03 18:44:49 (GMT) |
commit | e256e2517af0b08a59b2a132d4422fe5567f6a87 (patch) | |
tree | e50af7dbf34fa6fba912218b8b2ee694ef0f76e8 /doc/ttk_widget.n | |
parent | 7c880f58a04a901e730b0307da0a8ccf3b3068d6 (diff) | |
download | tk-e256e2517af0b08a59b2a132d4422fe5567f6a87.zip tk-e256e2517af0b08a59b2a132d4422fe5567f6a87.tar.gz tk-e256e2517af0b08a59b2a132d4422fe5567f6a87.tar.bz2 |
Add new "hover" state
(patch from Pat Thoyts; needed to support proper visual feedback on Vista).
Diffstat (limited to 'doc/ttk_widget.n')
-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 (!) |