diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-02 14:51:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-02 14:51:39 (GMT) |
commit | 9d5c1ed7b432d032a20a92a500639fd69160ee6a (patch) | |
tree | bfb89fa15217bfa4ef27b75736c50d248343bf61 /doc/event.n | |
parent | 0241933d2fcf1a09145b33048c52e40988a8bfa9 (diff) | |
download | tk-9d5c1ed7b432d032a20a92a500639fd69160ee6a.zip tk-9d5c1ed7b432d032a20a92a500639fd69160ee6a.tar.gz tk-9d5c1ed7b432d032a20a92a500639fd69160ee6a.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'doc/event.n')
-rw-r--r-- | doc/event.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/event.n b/doc/event.n index 439357e..2c729e5 100644 --- a/doc/event.n +++ b/doc/event.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: event.n,v 1.12.2.1 2007/11/01 16:37:14 dgp Exp $ +'\" RCS: @(#) $Id: event.n,v 1.12.2.2 2007/11/02 14:51:39 dgp Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -130,10 +130,10 @@ and must be one of the following: .RS .DS .ta 6c -\fBNotifyAncestor NotifyNonlinearVirtual -NotifyDetailNone NotifyPointer -NotifyInferior NotifyPointerRoot -NotifyNonlinear NotifyVirtual\fR +\fBNotifyAncestor\fR \fBNotifyNonlinearVirtual\fR +\fBNotifyDetailNone\fR \fBNotifyPointer\fR +\fBNotifyInferior\fR \fBNotifyPointerRoot\fR +\fBNotifyNonlinear\fR \fBNotifyVirtual\fR .DE Valid for \fBEnter\fR, \fBLeave\fR, \fBFocusIn\fR and \fBFocusOut\fR events. |