From 11459a5b8cef448ab00e3d558f47f6c408019784 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 21 Mar 2013 08:12:31 +0000 Subject: Add documentation for <>, <>, <> and <> --- doc/event.n | 4 ++++ doc/ttk_panedwindow.n | 6 ++++++ doc/ttk_spinbox.n | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/doc/event.n b/doc/event.n index 69f336a..7bedea7 100644 --- a/doc/event.n +++ b/doc/event.n @@ -318,6 +318,10 @@ been pressed in combination with the Alt key. The usual response to this is to either focus into the widget (or some related widget) or to invoke the widget. .TP +\fB<>\fR +This can be sent to some widgets (e.g. button, listbox, menu) as an +alternative to . +.TP \fB<>\fR This is sent to a listbox when the set of selected item(s) in the listbox is updated. 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<>\fR virtual event on +LeaveNotify/NotifyInferior events, because Tk does not execute binding scripts +for 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: diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n index fefd287..7b291a9 100644 --- a/doc/ttk_spinbox.n +++ b/doc/ttk_spinbox.n @@ -77,6 +77,11 @@ Set the spinbox string to \fIvalue\fR. If a \fI\-format\fR option has been configured then this format will be applied. If formatting fails or is not set or the \fI\-values\fR option has been used then the value is set directly. +.SH "VIRTUAL EVENTS" +.PP +The spinbox widget generates a \fB<>\fR virtual event when +the user presses , and a \fB<>\fR virtual event when the +user presses . .SH "SEE ALSO" ttk::widget(n), ttk::entry(n), spinbox(n) .SH KEYWORDS -- cgit v0.12