mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
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:
parent
db60c705af
commit
2d98228c55
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) \
|
||||
{ \
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <atk/atk.h>
|
||||
#include <atk/atkselection.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "testlib.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <atk/atkeditabletext.h>
|
||||
#include <atk/atk.h>
|
||||
#include "testtextlib.h"
|
||||
|
||||
#define NUM_VALID_ROLES 6
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <atk/atk.h>
|
||||
#include <atk/atkvalue.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "testlib.h"
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user