summaryrefslogtreecommitdiffstats
path: root/doc/ttk_panedwindow.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-27 11:35:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-27 11:35:58 (GMT)
commit6b4003931a14f890e04b620d349878f3f09a3b4d (patch)
treed4116ef6a4c8db9adbdca6d52cd507517b4986d7 /doc/ttk_panedwindow.n
parent45bc4b8ed5e03bb50fa2d084bc505d27fadd5db7 (diff)
parent11459a5b8cef448ab00e3d558f47f6c408019784 (diff)
downloadtk-6b4003931a14f890e04b620d349878f3f09a3b4d.zip
tk-6b4003931a14f890e04b620d349878f3f09a3b4d.tar.gz
tk-6b4003931a14f890e04b620d349878f3f09a3b4d.tar.bz2
[Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.
Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
Diffstat (limited to 'doc/ttk_panedwindow.n')
-rw-r--r--doc/ttk_panedwindow.n6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n
index c5851c3..474f56d 100644
--- a/doc/ttk_panedwindow.n
+++ b/doc/ttk_panedwindow.n
@@ -105,6 +105,12 @@ and the total size of the widget.
.\" depending on which changed most recently.
Returns the new position of sash number \fIindex\fR.
.\" Full story: new position may be different than the requested position.
+.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.
.SH "SEE ALSO"
ttk::widget(n), ttk::notebook(n), panedwindow(n)
'\" Local Variables: