mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
Update atk->ztk header location
This commit is contained in:
parent
1e28ee9cc9
commit
f9a92e7872
70 changed files with 181 additions and 181 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <ztk/atk.h>
|
||||||
|
|
||||||
#include "gtkassistant.h"
|
#include "gtkassistant.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
#include <glib/gprintf.h>
|
#include <glib/gprintf.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <ztk/atk.h>
|
||||||
|
|
||||||
#include "gdk/gdk.h"
|
#include "gdk/gdk.h"
|
||||||
#include "gdk/gdkkeysyms.h"
|
#include "gdk/gdkkeysyms.h"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <ztk/atk.h>
|
||||||
|
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#error "Only <gtk/gtk.h> can be included directly."
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <atk/atk.h>
|
#include <ztk/atk.h>
|
||||||
#include <gtk/gtkwidget.h>
|
#include <gtk/gtkwidget.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
#include <gtk/gtkadjustment.h>
|
#include <gtk/gtkadjustment.h>
|
||||||
#include <gtk/gtkstyle.h>
|
#include <gtk/gtkstyle.h>
|
||||||
#include <gtk/gtksettings.h>
|
#include <gtk/gtksettings.h>
|
||||||
#include <atk/atk.h>
|
#include <ztk/atk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <atk/atkgobjectaccessible.h>
|
#include <ztk/atkgobjectaccessible.h>
|
||||||
#include <atk/atkregistry.h>
|
#include <ztk/atkregistry.h>
|
||||||
#include <atk/atkutil.h>
|
#include <ztk/atkutil.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:atkgobjectaccessible
|
* SECTION:atkgobjectaccessible
|
||||||
|
|
|
||||||
|
|
@ -56,8 +56,8 @@ def configure(conf):
|
||||||
def build(bld):
|
def build(bld):
|
||||||
obj = bld.shlib(features = 'c cshlib', source = libztk_sources)
|
obj = bld.shlib(features = 'c cshlib', source = libztk_sources)
|
||||||
obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
obj.cflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
||||||
obj.export_includes = ['ztk']
|
obj.export_includes = ['.']
|
||||||
obj.includes = ['.', '..', 'ztk', 'ztk/atk']
|
obj.includes = ['.', '..', 'ztk']
|
||||||
obj.name = 'libztk'
|
obj.name = 'libztk'
|
||||||
obj.target = 'ztk'
|
obj.target = 'ztk'
|
||||||
obj.use = 'libztk-pixbuf'
|
obj.use = 'libztk-pixbuf'
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
|
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_ENUM_TYPES_H__
|
#ifndef __ATK_ENUM_TYPES_H__
|
||||||
#define __ATK_ENUM_TYPES_H__
|
#define __ATK_ENUM_TYPES_H__
|
||||||
|
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
61
libs/tk/ztk/ztk/atk.h
Executable file
61
libs/tk/ztk/ztk/atk.h
Executable file
|
|
@ -0,0 +1,61 @@
|
||||||
|
/* ATK - Accessibility Toolkit
|
||||||
|
* Copyright 2001 Sun Microsystems Inc.
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Library General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
|
* License along with this library; if not, write to the
|
||||||
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
* Boston, MA 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ATK_H__
|
||||||
|
#define __ATK_H__
|
||||||
|
|
||||||
|
#define __ATK_H_INSIDE__
|
||||||
|
|
||||||
|
#include <ztk/atkobject.h>
|
||||||
|
#include <ztk/atkaction.h>
|
||||||
|
#include <ztk/atkcomponent.h>
|
||||||
|
#include <ztk/atkdocument.h>
|
||||||
|
#include <ztk/atkeditabletext.h>
|
||||||
|
#include <ztk/atk-enum-types.h>
|
||||||
|
#include <ztk/atkgobjectaccessible.h>
|
||||||
|
#include <ztk/atkhyperlink.h>
|
||||||
|
#include <ztk/atkhyperlinkimpl.h>
|
||||||
|
#include <ztk/atkhypertext.h>
|
||||||
|
#include <ztk/atkimage.h>
|
||||||
|
#include <ztk/atknoopobject.h>
|
||||||
|
#include <ztk/atknoopobjectfactory.h>
|
||||||
|
#include <ztk/atkobjectfactory.h>
|
||||||
|
#include <ztk/atkplug.h>
|
||||||
|
#include <ztk/atkrange.h>
|
||||||
|
#include <ztk/atkregistry.h>
|
||||||
|
#include <ztk/atkrelation.h>
|
||||||
|
#include <ztk/atkrelationset.h>
|
||||||
|
#include <ztk/atkrelationtype.h>
|
||||||
|
#include <ztk/atkselection.h>
|
||||||
|
#include <ztk/atksocket.h>
|
||||||
|
#include <ztk/atkstate.h>
|
||||||
|
#include <ztk/atkstateset.h>
|
||||||
|
#include <ztk/atkstreamablecontent.h>
|
||||||
|
#include <ztk/atktable.h>
|
||||||
|
#include <ztk/atktablecell.h>
|
||||||
|
#include <ztk/atktext.h>
|
||||||
|
#include <ztk/atkutil.h>
|
||||||
|
#include <ztk/atkmisc.h>
|
||||||
|
#include <ztk/atkvalue.h>
|
||||||
|
#include <ztk/atkversion.h>
|
||||||
|
#include <ztk/atkwindow.h>
|
||||||
|
|
||||||
|
#undef __ATK_H_INSIDE__
|
||||||
|
|
||||||
|
#endif /* __ATK_H__ */
|
||||||
|
|
@ -1,61 +0,0 @@
|
||||||
/* ATK - Accessibility Toolkit
|
|
||||||
* Copyright 2001 Sun Microsystems Inc.
|
|
||||||
*
|
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Library General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Library General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Library General Public
|
|
||||||
* License along with this library; if not, write to the
|
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
||||||
* Boston, MA 02111-1307, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __ATK_H__
|
|
||||||
#define __ATK_H__
|
|
||||||
|
|
||||||
#define __ATK_H_INSIDE__
|
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
|
||||||
#include <atk/atkaction.h>
|
|
||||||
#include <atk/atkcomponent.h>
|
|
||||||
#include <atk/atkdocument.h>
|
|
||||||
#include <atk/atkeditabletext.h>
|
|
||||||
#include <atk/atk-enum-types.h>
|
|
||||||
#include <atk/atkgobjectaccessible.h>
|
|
||||||
#include <atk/atkhyperlink.h>
|
|
||||||
#include <atk/atkhyperlinkimpl.h>
|
|
||||||
#include <atk/atkhypertext.h>
|
|
||||||
#include <atk/atkimage.h>
|
|
||||||
#include <atk/atknoopobject.h>
|
|
||||||
#include <atk/atknoopobjectfactory.h>
|
|
||||||
#include <atk/atkobjectfactory.h>
|
|
||||||
#include <atk/atkplug.h>
|
|
||||||
#include <atk/atkrange.h>
|
|
||||||
#include <atk/atkregistry.h>
|
|
||||||
#include <atk/atkrelation.h>
|
|
||||||
#include <atk/atkrelationset.h>
|
|
||||||
#include <atk/atkrelationtype.h>
|
|
||||||
#include <atk/atkselection.h>
|
|
||||||
#include <atk/atksocket.h>
|
|
||||||
#include <atk/atkstate.h>
|
|
||||||
#include <atk/atkstateset.h>
|
|
||||||
#include <atk/atkstreamablecontent.h>
|
|
||||||
#include <atk/atktable.h>
|
|
||||||
#include <atk/atktablecell.h>
|
|
||||||
#include <atk/atktext.h>
|
|
||||||
#include <atk/atkutil.h>
|
|
||||||
#include <atk/atkmisc.h>
|
|
||||||
#include <atk/atkvalue.h>
|
|
||||||
#include <atk/atkversion.h>
|
|
||||||
#include <atk/atkwindow.h>
|
|
||||||
|
|
||||||
#undef __ATK_H_INSIDE__
|
|
||||||
|
|
||||||
#endif /* __ATK_H__ */
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_ACTION_H__
|
#ifndef __ATK_ACTION_H__
|
||||||
#define __ATK_ACTION_H__
|
#define __ATK_ACTION_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_COMPONENT_H__
|
#ifndef __ATK_COMPONENT_H__
|
||||||
#define __ATK_COMPONENT_H__
|
#define __ATK_COMPONENT_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkutil.h>
|
#include <ztk/atkutil.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_DOCUMENT_H__
|
#ifndef __ATK_DOCUMENT_H__
|
||||||
#define __ATK_DOCUMENT_H__
|
#define __ATK_DOCUMENT_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkutil.h>
|
#include <ztk/atkutil.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_EDITABLE_TEXT_H__
|
#ifndef __ATK_EDITABLE_TEXT_H__
|
||||||
#define __ATK_EDITABLE_TEXT_H__
|
#define __ATK_EDITABLE_TEXT_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atktext.h>
|
#include <ztk/atktext.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_GOBJECT_ACCESSIBLE_H__
|
#ifndef __ATK_GOBJECT_ACCESSIBLE_H__
|
||||||
#define __ATK_GOBJECT_ACCESSIBLE_H__
|
#define __ATK_GOBJECT_ACCESSIBLE_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_HYPERLINK_H__
|
#ifndef __ATK_HYPERLINK_H__
|
||||||
#define __ATK_HYPERLINK_H__
|
#define __ATK_HYPERLINK_H__
|
||||||
|
|
||||||
#include <atk/atkaction.h>
|
#include <ztk/atkaction.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_HYPERLINK_IMPL_H__
|
#ifndef __ATK_HYPERLINK_IMPL_H__
|
||||||
#define __ATK_HYPERLINK_IMPL_H__
|
#define __ATK_HYPERLINK_IMPL_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkhyperlink.h>
|
#include <ztk/atkhyperlink.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_HYPERTEXT_H__
|
#ifndef __ATK_HYPERTEXT_H__
|
||||||
#define __ATK_HYPERTEXT_H__
|
#define __ATK_HYPERTEXT_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkhyperlink.h>
|
#include <ztk/atkhyperlink.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_IMAGE_H__
|
#ifndef __ATK_IMAGE_H__
|
||||||
#define __ATK_IMAGE_H__
|
#define __ATK_IMAGE_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkutil.h>
|
#include <ztk/atkutil.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_MISC_H__
|
#ifndef __ATK_MISC_H__
|
||||||
#define __ATK_MISC_H__
|
#define __ATK_MISC_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
/* We prefix variable declarations so they can
|
/* We prefix variable declarations so they can
|
||||||
* properly get exported in Windows DLLs.
|
* properly get exported in Windows DLLs.
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
#ifndef __ATK_NO_OP_OBJECT_H__
|
#ifndef __ATK_NO_OP_OBJECT_H__
|
||||||
#define __ATK_NO_OP_OBJECT_H__
|
#define __ATK_NO_OP_OBJECT_H__
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_NO_OP_OBJECT_FACTORY_H__
|
#ifndef __ATK_NO_OP_OBJECT_FACTORY_H__
|
||||||
#define __ATK_NO_OP_OBJECT_FACTORY_H__
|
#define __ATK_NO_OP_OBJECT_FACTORY_H__
|
||||||
|
|
||||||
#include <atk/atkobjectfactory.h>
|
#include <ztk/atkobjectfactory.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_OBJECT_H__
|
#ifndef __ATK_OBJECT_H__
|
||||||
|
|
@ -26,9 +26,9 @@
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
#include <atk/atkstate.h>
|
#include <ztk/atkstate.h>
|
||||||
#include <atk/atkrelationtype.h>
|
#include <ztk/atkrelationtype.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_OBJECT_FACTORY_H__
|
#ifndef __ATK_OBJECT_FACTORY_H__
|
||||||
#define __ATK_OBJECT_FACTORY_H__
|
#define __ATK_OBJECT_FACTORY_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_PLUG_H__
|
#ifndef __ATK_PLUG_H__
|
||||||
#define __ATK_PLUG_H__
|
#define __ATK_PLUG_H__
|
||||||
|
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_PRIVATE_H__
|
#ifndef __ATK_PRIVATE_H__
|
||||||
|
|
@ -19,14 +19,14 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_RANGE_H__
|
#ifndef __ATK_RANGE_H__
|
||||||
#define __ATK_RANGE_H__
|
#define __ATK_RANGE_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_REGISTRY_H__
|
#ifndef __ATK_REGISTRY_H__
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_RELATION_H__
|
#ifndef __ATK_RELATION_H__
|
||||||
|
|
@ -27,8 +27,8 @@
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkrelationtype.h>
|
#include <ztk/atkrelationtype.h>
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* An AtkRelation describes a relation between the object and one or more
|
* An AtkRelation describes a relation between the object and one or more
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_RELATION_SET_H__
|
#ifndef __ATK_RELATION_SET_H__
|
||||||
|
|
@ -27,8 +27,8 @@
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkrelation.h>
|
#include <ztk/atkrelation.h>
|
||||||
|
|
||||||
#define ATK_TYPE_RELATION_SET (atk_relation_set_get_type ())
|
#define ATK_TYPE_RELATION_SET (atk_relation_set_get_type ())
|
||||||
#define ATK_RELATION_SET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_RELATION_SET, AtkRelationSet))
|
#define ATK_RELATION_SET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_RELATION_SET, AtkRelationSet))
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_RELATION_TYPE_H__
|
#ifndef __ATK_RELATION_TYPE_H__
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_SELECTION_H__
|
#ifndef __ATK_SELECTION_H__
|
||||||
#define __ATK_SELECTION_H__
|
#define __ATK_SELECTION_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_SOCKET_H__
|
#ifndef __ATK_SOCKET_H__
|
||||||
#define __ATK_SOCKET_H__
|
#define __ATK_SOCKET_H__
|
||||||
|
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_STATE_H__
|
#ifndef __ATK_STATE_H__
|
||||||
#define __ATK_STATE_H__
|
#define __ATK_STATE_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkversion.h>
|
#include <ztk/atkversion.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,15 +18,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_STATE_SET_H__
|
#ifndef __ATK_STATE_SET_H__
|
||||||
#define __ATK_STATE_SET_H__
|
#define __ATK_STATE_SET_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkstate.h>
|
#include <ztk/atkstate.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_STREAMABLE_CONTENT_H__
|
#ifndef __ATK_STREAMABLE_CONTENT_H__
|
||||||
#define __ATK_STREAMABLE_CONTENT_H__
|
#define __ATK_STREAMABLE_CONTENT_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_TABLE_H__
|
#ifndef __ATK_TABLE_H__
|
||||||
#define __ATK_TABLE_H__
|
#define __ATK_TABLE_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_TABLE_CELL_H__
|
#ifndef __ATK_TABLE_CELL_H__
|
||||||
#define __ATK_TABLE_CELL_H__
|
#define __ATK_TABLE_CELL_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,15 +18,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_TEXT_H__
|
#ifndef __ATK_TEXT_H__
|
||||||
#define __ATK_TEXT_H__
|
#define __ATK_TEXT_H__
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkutil.h>
|
#include <ztk/atkutil.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_UTIL_H__
|
#ifndef __ATK_UTIL_H__
|
||||||
#define __ATK_UTIL_H__
|
#define __ATK_UTIL_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -18,14 +18,14 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_VALUE_H__
|
#ifndef __ATK_VALUE_H__
|
||||||
#define __ATK_VALUE_H__
|
#define __ATK_VALUE_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkrange.h>
|
#include <ztk/atkrange.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_VERSION_H__
|
#ifndef __ATK_VERSION_H__
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
|
||||||
#error "Only <atk/atk.h> can be included directly."
|
#error "Only <ztk/atk.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ATK_WINDOW_H__
|
#ifndef __ATK_WINDOW_H__
|
||||||
#define __ATK_WINDOW_H__
|
#define __ATK_WINDOW_H__
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atk/atkaction.h>
|
#include <ztk/atkaction.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <atkmm/component.h>
|
#include <atkmm/component.h>
|
||||||
#include <atkmm/private/component_p.h>
|
#include <atkmm/private/component_p.h>
|
||||||
|
|
||||||
#include <atk/atk-enum-types.h>
|
#include <ztk/atk-enum-types.h>
|
||||||
|
|
||||||
// -*- c++ -*-
|
// -*- c++ -*-
|
||||||
/* $Id: component.ccg,v 1.1 2003/01/21 13:37:05 murrayc Exp $ */
|
/* $Id: component.ccg,v 1.1 2003/01/21 13:37:05 murrayc Exp $ */
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkcomponent.h>
|
#include <ztk/atkcomponent.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkdocument.h>
|
#include <ztk/atkdocument.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkeditabletext.h>
|
#include <ztk/atkeditabletext.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkhyperlink.h>
|
#include <ztk/atkhyperlink.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkhypertext.h>
|
#include <ztk/atkhypertext.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkimage.h>
|
#include <ztk/atkimage.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atk/atknoopobject.h>
|
#include <ztk/atknoopobject.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atkmm/private/object_p.h>
|
#include <atkmm/private/object_p.h>
|
||||||
|
|
||||||
#include <atk/atk-enum-types.h>
|
#include <ztk/atk-enum-types.h>
|
||||||
|
|
||||||
// -*- c++ -*-
|
// -*- c++ -*-
|
||||||
/* $Id: object.ccg,v 1.1 2003/01/21 13:37:06 murrayc Exp $ */
|
/* $Id: object.ccg,v 1.1 2003/01/21 13:37:06 murrayc Exp $ */
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#include <atkmm/relation.h>
|
#include <atkmm/relation.h>
|
||||||
#include <atkmm/relationset.h>
|
#include <atkmm/relationset.h>
|
||||||
#include <atkmm/stateset.h>
|
#include <atkmm/stateset.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atk/atkgobjectaccessible.h>
|
#include <ztk/atkgobjectaccessible.h>
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <atkmm/relation.h>
|
#include <atkmm/relation.h>
|
||||||
#include <atkmm/private/relation_p.h>
|
#include <atkmm/private/relation_p.h>
|
||||||
|
|
||||||
#include <atk/atk-enum-types.h>
|
#include <ztk/atk-enum-types.h>
|
||||||
|
|
||||||
// -*- c++ -*-
|
// -*- c++ -*-
|
||||||
/* $Id: relation.ccg,v 1.2 2003/09/30 14:28:09 murrayc Exp $ */
|
/* $Id: relation.ccg,v 1.2 2003/09/30 14:28:09 murrayc Exp $ */
|
||||||
|
|
@ -29,8 +29,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkrelation.h>
|
#include <ztk/atkrelation.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@
|
||||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkrelationset.h>
|
#include <ztk/atkrelationset.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkselection.h>
|
#include <ztk/atkselection.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <atkmm/stateset.h>
|
#include <atkmm/stateset.h>
|
||||||
#include <atkmm/private/stateset_p.h>
|
#include <atkmm/private/stateset_p.h>
|
||||||
|
|
||||||
#include <atk/atk-enum-types.h>
|
#include <ztk/atk-enum-types.h>
|
||||||
|
|
||||||
// -*- c++ -*-
|
// -*- c++ -*-
|
||||||
/* $Id: stateset.ccg,v 1.1 2003/01/21 13:37:07 murrayc Exp $ */
|
/* $Id: stateset.ccg,v 1.1 2003/01/21 13:37:07 murrayc Exp $ */
|
||||||
|
|
@ -28,8 +28,8 @@
|
||||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
#include <atk/atkstateset.h>
|
#include <ztk/atkstateset.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atkstreamablecontent.h>
|
#include <ztk/atkstreamablecontent.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atkmm/object.h>
|
#include <atkmm/object.h>
|
||||||
#include <atk/atktable.h>
|
#include <ztk/atktable.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Atk
|
namespace Atk
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <atkmm/text.h>
|
#include <atkmm/text.h>
|
||||||
#include <atkmm/private/text_p.h>
|
#include <atkmm/private/text_p.h>
|
||||||
|
|
||||||
#include <atk/atk-enum-types.h>
|
#include <ztk/atk-enum-types.h>
|
||||||
|
|
||||||
// -*- c++ -*-
|
// -*- c++ -*-
|
||||||
/* $Id: text.ccg,v 1.1 2003/01/21 13:37:07 murrayc Exp $ */
|
/* $Id: text.ccg,v 1.1 2003/01/21 13:37:07 murrayc Exp $ */
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <atk/atkvalue.h>
|
#include <ztk/atkvalue.h>
|
||||||
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#define _ATKMM_COMPONENT_P_H
|
#define _ATKMM_COMPONENT_P_H
|
||||||
|
|
||||||
|
|
||||||
#include <atk/atkcomponent.h>
|
#include <ztk/atkcomponent.h>
|
||||||
|
|
||||||
#include <glibmm/private/interface_p.h>
|
#include <glibmm/private/interface_p.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
#include <glibmm/private/object_p.h>
|
#include <glibmm/private/object_p.h>
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
#include <glibmm/class.h>
|
#include <glibmm/class.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#define _ATKMM_IMAGE_P_H
|
#define _ATKMM_IMAGE_P_H
|
||||||
|
|
||||||
|
|
||||||
#include <atk/atkimage.h>
|
#include <ztk/atkimage.h>
|
||||||
|
|
||||||
#include <glibmm/private/interface_p.h>
|
#include <glibmm/private/interface_p.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#define _ATKMM_SELECTION_P_H
|
#define _ATKMM_SELECTION_P_H
|
||||||
|
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
#include <glibmm/private/interface_p.h>
|
#include <glibmm/private/interface_p.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#define _ATKMM_TABLE_P_H
|
#define _ATKMM_TABLE_P_H
|
||||||
|
|
||||||
|
|
||||||
#include <atk/atkobject.h>
|
#include <ztk/atkobject.h>
|
||||||
|
|
||||||
#include <glibmm/private/interface_p.h>
|
#include <glibmm/private/interface_p.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <atkmm/component.h> /* for Atk::CoordType */
|
#include <atkmm/component.h> /* for Atk::CoordType */
|
||||||
#include <glibmm/slisthandle.h>
|
#include <glibmm/slisthandle.h>
|
||||||
#include <atk/atktext.h>
|
#include <ztk/atktext.h>
|
||||||
|
|
||||||
|
|
||||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue