diff options
author | fvogel <fvogelnew1@free.fr> | 2024-03-13 20:50:14 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-03-13 20:50:14 (GMT) |
commit | 4a474d3f289ebb54ebe74f6a23b490fa84b864f0 (patch) | |
tree | 86ae39020f237ef74c11e67da2348c85c79288c5 /doc | |
parent | ab8853473fe40d1a41ef3f9c43bae7d7ecb230b2 (diff) | |
download | tk-4a474d3f289ebb54ebe74f6a23b490fa84b864f0.zip tk-4a474d3f289ebb54ebe74f6a23b490fa84b864f0.tar.gz tk-4a474d3f289ebb54ebe74f6a23b490fa84b864f0.tar.bz2 |
Don't use the <<EnteredChild>> event anymore internally in Tk. Eradicate the <<NOTE-PW-LEAVE-NOTIFYINFERIOR>>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_panedwindow.n | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index d6b3ea3..5b6f728 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.n @@ -117,9 +117,7 @@ widget subcommands (see \fIttk::widget(n)\fR for details): .SH "VIRTUAL EVENTS" .PP The panedwindow widget generates an \fB<<EnteredChild>>\fR virtual event on -LeaveNotify/NotifyInferior events, because Tk does not execute binding scripts -for <Leave> events when the pointer crosses from a parent to a child. The -panedwindow widget needs to know when that happens. +LeaveNotify/NotifyInferior events. .SH "STYLING OPTIONS" .PP The class name for a \fBttk::panedwindow\fP is \fBTPanedwindow\fP. The |