Home | History | Annotate | Download | only in gtk

Lines Matching refs:gdk

44 #include <gdk/gdk.h>
45 #include <gdk/gdkkeysyms.h>
121 // The logic for mapping EventSender button numbers to GDK button
320 // Normally GDK will send both GDK_BUTTON_PRESS and GDK_2BUTTON_PRESS for
323 // Since our events aren't ever going onto the GDK event queue, WebKit won't
567 // running GDK internals don't know that the drag has started yet. Pump
568 // the main loop a little bit so that GDK is in the correct state.
572 // Simulate a drag motion on the top-level GDK window.