diff options
author | fvogel <fvogelnew1@free.fr> | 2024-03-15 02:00:31 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-03-15 02:00:31 (GMT) |
commit | b0e011f103229b421bc2b1c2d2f65e51bd4ebe87 (patch) | |
tree | a9d6545b42d52fc1cfe41cec85da65c8bed30ae5 /doc | |
parent | d769a99306bdee4395fbfbb4a5d5992e64cf05eb (diff) | |
parent | 99731c885b94164b6957e5e8ea7d9c24121b4eda (diff) | |
download | tk-b0e011f103229b421bc2b1c2d2f65e51bd4ebe87.zip tk-b0e011f103229b421bc2b1c2d2f65e51bd4ebe87.tar.gz tk-b0e011f103229b421bc2b1c2d2f65e51bd4ebe87.tar.bz2 |
Complement to the fix for [47d4f29159]: Ignored binding scripts for events with detail field 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 695f668..1514944 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.n @@ -128,9 +128,7 @@ Returns the new position of sash number \fIindex\fR. .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 |