Ardour  8.7-14-g57a6773833
gdktestutils.h File Reference
#include <gdk/gdkwindow.h>
Include dependency graph for gdktestutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

G_BEGIN_DECLS void gdk_test_render_sync (GdkWindow *window)
 
gboolean gdk_test_simulate_key (GdkWindow *window, gint x, gint y, guint keyval, GdkModifierType modifiers, GdkEventType key_pressrelease)
 
gboolean gdk_test_simulate_button (GdkWindow *window, gint x, gint y, guint button, GdkModifierType modifiers, GdkEventType button_pressrelease)
 

Function Documentation

◆ gdk_test_render_sync()

G_BEGIN_DECLS void gdk_test_render_sync ( GdkWindow window)

◆ gdk_test_simulate_button()

gboolean gdk_test_simulate_button ( GdkWindow window,
gint  x,
gint  y,
guint  button,
GdkModifierType  modifiers,
GdkEventType  button_pressrelease 
)

◆ gdk_test_simulate_key()

gboolean gdk_test_simulate_key ( GdkWindow window,
gint  x,
gint  y,
guint  keyval,
GdkModifierType  modifiers,
GdkEventType  key_pressrelease 
)