]> Pileus Git - ~andy/gtk/commit
Added Gtk+ testing utilities.
authorTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:03:26 +0000 (15:03 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:03:26 +0000 (15:03 +0000)
commit936d27a475e9ecfb2c79dd1c0c46d679fea815c8
tree020bd55bc90f6669cac253fb070aa9c157e5a6a5
parent9e0b0194ed7ded02d3093daaa6da7e7958eb4127
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
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtktestutils.c [new file with mode: 0644]
gtk/gtktestutils.h [new file with mode: 0644]