#include <gtk/gtk.h>
#include "xap_GtkUtils.h"
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().