summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.h
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-08-09 06:19:43 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-08-09 06:19:43 +0000
commit005194bc4b0e379e1db341caca8e263ccfef6412 (patch)
treeee6368ece171c01cd18e2dc291e51f1e074ce19c /gdk/gdkevents.h
parente26259ddeabd4e4669dbc77d9679acc6ca5246c5 (diff)
downloadgtk+-005194bc4b0e379e1db341caca8e263ccfef6412.tar.gz
Elaborate a bit more in the docs on GdkFilterFunc and GdkFilterReturn.
2003-08-09 Noah Levitt <nlevitt@columbia.edu> * gdk/gdkevents.h: * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the docs on GdkFilterFunc and GdkFilterReturn.
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r--gdk/gdkevents.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 818bb27465..c4dbf51c60 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -48,7 +48,9 @@ typedef void GdkXEvent; /* Can be cast to window system specific
typedef enum {
GDK_FILTER_CONTINUE, /* Event not handled, continue processesing */
- GDK_FILTER_TRANSLATE, /* Translated event stored */
+ GDK_FILTER_TRANSLATE, /* Native event translated into a GDK event and
+ stored in the "event" structure that was
+ passed in */
GDK_FILTER_REMOVE /* Terminate processing, removing event */
} GdkFilterReturn;