#include <gtk/gtk.h>Go to the source code of this file.
Functions | |
| GdkGrabStatus | XAP_gdk_keyboard_grab (GdkWindow *window, gboolean owner_events, guint32 time_) |
| GdkGrabStatus | XAP_gdk_pointer_grab (GdkWindow *window, gboolean owner_events, GdkEventMask event_mask, GdkCursor *cursor, guint32 time_) |
| void | XAP_gdk_keyboard_ungrab (guint32 t) |
| void | XAP_gdk_pointer_ungrab (guint32 t) |
| GdkGrabStatus XAP_gdk_keyboard_grab | ( | GdkWindow * | window, | |
| gboolean | owner_events, | |||
| guint32 | time_ | |||
| ) |
Referenced by popup_grab_on_window().
| void XAP_gdk_keyboard_ungrab | ( | guint32 | t | ) |
Referenced by XAP_UnixDialog_Password::runModal().
| GdkGrabStatus XAP_gdk_pointer_grab | ( | GdkWindow * | window, | |
| gboolean | owner_events, | |||
| GdkEventMask | event_mask, | |||
| GdkCursor * | cursor, | |||
| guint32 | time_ | |||
| ) |
Referenced by popup_grab_on_window().
| void XAP_gdk_pointer_ungrab | ( | guint32 | t | ) |
Referenced by popup_grab_on_window().
1.7.1