docs: Stop referring to specific event signals

These are going away.
This commit is contained in:
Matthias Clasen
2018-01-15 23:26:44 -05:00
parent 4d31a89ec0
commit 822f802aec

View File

@@ -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>