diff options
author | Tim Janik <timj@src.gnome.org> | 2007-11-20 15:03:26 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2007-11-20 15:03:26 +0000 |
commit | 936d27a475e9ecfb2c79dd1c0c46d679fea815c8 (patch) | |
tree | 020bd55bc90f6669cac253fb070aa9c157e5a6a5 /gtk/gtk.h | |
parent | 9e0b0194ed7ded02d3093daaa6da7e7958eb4127 (diff) | |
download | gtk+-936d27a475e9ecfb2c79dd1c0c46d679fea815c8.tar.gz |
Added Gtk+ testing utilities.
* gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility functions.
for the most part, the functions herein involve navigating and interacting
with dialog elements programatically, to automate user interaction tests of
dialogs and widgets.
* gtk/gtk.h: include gtk/gtktestutils.h as public API.
* gtk/gtk.symbols: added gtk_test_* symbols.
* gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into the build.
generate gtktypefuncs.c which contains a list of all _get_type functions in
Gtk+ and Gdk.
svn path=/trunk/; revision=19010
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ #include <gtk/gtktoolitem.h> #include <gtk/gtktooltip.h> #include <gtk/gtktooltips.h> +#include <gtk/gtktestutils.h> #include <gtk/gtktree.h> #include <gtk/gtktreednd.h> #include <gtk/gtktreeitem.h> |