diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-21 08:12:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-21 08:12:31 (GMT) |
commit | 11459a5b8cef448ab00e3d558f47f6c408019784 (patch) | |
tree | 0818789587016f2205801ebcfb8645866547b223 /doc/ttk_panedwindow.n | |
parent | 9c402860fb020d8e4edbbb2a738c1a0312fb3089 (diff) | |
download | tk-11459a5b8cef448ab00e3d558f47f6c408019784.zip tk-11459a5b8cef448ab00e3d558f47f6c408019784.tar.gz tk-11459a5b8cef448ab00e3d558f47f6c408019784.tar.bz2 |
Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and <<Decrement>>bug_3608074
Diffstat (limited to 'doc/ttk_panedwindow.n')
-rw-r--r-- | doc/ttk_panedwindow.n | 6 |
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: |