gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.c

2008-05-30  Michael Natterer  <mitch@imendio.com>

	* gailcellparent.h
	* gailfactory.h
	* tests/testnotebook.c
	* tests/testtext.c
	* tests/testtoplevel.c
	* tests/testvalues.c: include <atk/atk.h> instead of individual
	files from ATK.


svn path=/trunk/; revision=20254
This commit is contained in:
Michael Natterer 2008-05-30 11:25:56 +00:00 committed by Michael Natterer
parent db60c705af
commit 2d98228c55
7 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2008-05-30 Michael Natterer <mitch@imendio.com>
* gailcellparent.h
* gailfactory.h
* tests/testnotebook.c
* tests/testtext.c
* tests/testtoplevel.c
* tests/testvalues.c: include <atk/atk.h> instead of individual
files from ATK.
2008-05-28 Michael Natterer <mitch@imendio.com>
* gailwidget.h: include <gtk/gtk.h> instead of

View File

@ -21,8 +21,7 @@
#ifndef __GAIL_CELL_PARENT_H__
#define __GAIL_CELL_PARENT_H__
#include <atk/atkobject.h>
#include <atk/atkutil.h>
#include <atk/atk.h>
#include <gail/gailcell.h>
G_BEGIN_DECLS

View File

@ -23,7 +23,7 @@
#define _GAIL_FACTORY_H__
#include <glib-object.h>
#include <atk/atkobject.h>
#include <atk/atk.h>
#define _GAIL_IMPLEMENT_FACTORY_CREATE_ACCESSIBLE(GAIL_TYPE, TYPE) \
{ \

View File

@ -2,7 +2,6 @@
#include <glib.h>
#include <atk/atk.h>
#include <atk/atkselection.h>
#include <gtk/gtk.h>
#include "testlib.h"

View File

@ -1,4 +1,4 @@
#include <atk/atkeditabletext.h>
#include <atk/atk.h>
#include "testtextlib.h"
#define NUM_VALID_ROLES 6

View File

@ -1,5 +1,4 @@
#include <atk/atk.h>
#include <atk/atkvalue.h>
#include <gtk/gtk.h>
#include "testlib.h"

View File

@ -1,6 +1,5 @@
#include <string.h>
#include <atk/atk.h>
#include <atk/atkvalue.h>
#include <gtk/gtk.h>
static void _traverse_children (AtkObject *obj);