summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-18 11:13:28 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-19 12:48:42 +0000
commit09bb109f01e4455f8c286da91fb5314ffac037f5 (patch)
tree5a236f69fbfe0636624e02d4b1ad7679a65a2dc6 /gdk/gdkwindow.c
parent668d5d8665d91110461da00caf80dcaf1cfc0bd4 (diff)
downloadgtk+-09bb109f01e4455f8c286da91fb5314ffac037f5.tar.gz
docs: Expand input handling documentation to cover event masks
Also try and clarify a few things about event propagation. Move input-handling.xml into gtk-doc’s expand_content_files variable so it automatically links to widget documentation. Add links from gtk_widget_add_events() and friends to the new documentation. https://bugzilla.gnome.org/show_bug.cgi?id=744054
Diffstat (limited to 'gdk/gdkwindow.c')
-rw-r--r--gdk/gdkwindow.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 6e6e56ef8a..9ab1f8a80d 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -5425,6 +5425,8 @@ gdk_window_withdraw (GdkWindow *window)
* including #GDK_BUTTON_PRESS_MASK means the window should report button
* press events. The event mask is the bitwise OR of values from the
* #GdkEventMask enumeration.
+ *
+ * See the [input handling overview][event-masks] for details.
**/
void
gdk_window_set_events (GdkWindow *window,
@@ -5495,6 +5497,8 @@ gdk_window_get_events (GdkWindow *window)
* press events. The event mask is the bitwise OR of values from the
* #GdkEventMask enumeration.
*
+ * See the [input handling overview][event-masks] for details.
+ *
* Since: 3.0
**/
void