summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-01-15 23:26:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-16 14:14:10 -0500
commit822f802aec716b7d61d401576bbfa8879b6fb383 (patch)
treed5bca2d198b720fc5c5b6d3ce20d97d703d4f387
parent4d31a89ec02c408a5702d0b1db8f7c15ce3f7e15 (diff)
downloadgtk+-822f802aec716b7d61d401576bbfa8879b6fb383.tar.gz
docs: Stop referring to specific event signals
These are going away.
-rw-r--r--docs/reference/gtk/input-handling.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/reference/gtk/input-handling.xml b/docs/reference/gtk/input-handling.xml
index d907d67002..f8e653a1f4 100644
--- a/docs/reference/gtk/input-handling.xml
+++ b/docs/reference/gtk/input-handling.xml
@@ -151,11 +151,9 @@
</para>
<para>
- Next, the #GtkWidget::event signal is emitted, then the appropriate signal
- for the event in question, for example #GtkWidget::motion-notify-event.
+ Next, the #GtkWidget::event signal is emitted.
Handling these signals was the primary way to handle input in GTK+ widgets
- before gestures were introduced. If the widget is realized, the
- #GtkWidget::event-after signal is emitted. The signals are emitted from
+ before gestures were introduced. The signal is emitted from
the target widget up to the top-level, as part of the “bubble” phase.
</para>