diff options
author | Tim Janik <timj@src.gnome.org> | 2007-11-20 15:03:31 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2007-11-20 15:03:31 +0000 |
commit | 4f7a2da8e8f55b54732a46c4fec60753d15900d5 (patch) | |
tree | afc9830d48b9bdd1003b064e0dbfc47f8f2f0dd2 /gtk/gtk.symbols | |
parent | 3cf208ef5e7dab5b8aafe794bfa15e1c4731cca8 (diff) | |
download | gtk+-4f7a2da8e8f55b54732a46c4fec60753d15900d5.tar.gz |
Moved Gdk test functions from Gtk+ to Gdk test utils.
* gdk/Makefile.am: added gdktestutils.h to public includes.
* gdk/gdk.h: added gdktestutils.h to public includes.
* gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
gdk_test_render_sync.
* gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
gdk_test_simulate_key, gdk_test_render_sync.
* gdk/x11/Makefile.am: build gdktestutils-x11.c.
* gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
gdk_test_simulate_key, gdk_test_render_sync.
* gtk/gtktestutils.c:
* gtk/gtktestutils.h:
* gtk/gtk.symbols: removed gtk_test_simulate_button
gtk_test_simulate_key, gtk_test_xserver_render_sync.
* gtk/tests/testing.c: call gdk_test_render_sync.
svn path=/trunk/; revision=19012
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 8586151b55..c657cc8208 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -3263,8 +3263,6 @@ gtk_test_find_sibling gtk_test_find_widget gtk_test_init gtk_test_register_all_types -gtk_test_simulate_button -gtk_test_simulate_key gtk_test_slider_get_value gtk_test_slider_set_perc gtk_test_spin_button_click @@ -3272,7 +3270,6 @@ gtk_test_text_get gtk_test_text_set gtk_test_widget_click gtk_test_widget_send_key -gtk_test_xserver_render_sync #endif #endif |