other-licenses/atk-1.0/atk/atk.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/other-licenses/atk-1.0/atk/atk.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,55 @@
     1.4 +/* ATK -  Accessibility Toolkit
     1.5 + * Copyright 2001 Sun Microsystems Inc.
     1.6 + *
     1.7 + * This library is free software; you can redistribute it and/or
     1.8 + * modify it under the terms of the GNU Library General Public
     1.9 + * License as published by the Free Software Foundation; either
    1.10 + * version 2 of the License, or (at your option) any later version.
    1.11 + *
    1.12 + * This library is distributed in the hope that it will be useful,
    1.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    1.15 + * Library General Public License for more details.
    1.16 + *
    1.17 + * You should have received a copy of the GNU Library General Public
    1.18 + * License along with this library; if not, write to the
    1.19 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    1.20 + * Boston, MA 02111-1307, USA.
    1.21 + */
    1.22 +
    1.23 +#ifndef __ATK_H__
    1.24 +#define __ATK_H__
    1.25 +
    1.26 +#define __ATK_H_INSIDE__
    1.27 +
    1.28 +#include <atk/atkobject.h>
    1.29 +#include <atk/atkaction.h>
    1.30 +#include <atk/atkcomponent.h>
    1.31 +#include <atk/atkdocument.h>
    1.32 +#include <atk/atkeditabletext.h>
    1.33 +#include <atk/atkgobjectaccessible.h>
    1.34 +#include <atk/atkhyperlink.h>
    1.35 +#include <atk/atkhyperlinkimpl.h>
    1.36 +#include <atk/atkhypertext.h>
    1.37 +#include <atk/atkimage.h>
    1.38 +#include <atk/atknoopobject.h>
    1.39 +#include <atk/atknoopobjectfactory.h>
    1.40 +#include <atk/atkobjectfactory.h>
    1.41 +#include <atk/atkplug.h>
    1.42 +#include <atk/atkregistry.h>
    1.43 +#include <atk/atkrelation.h>
    1.44 +#include <atk/atkrelationset.h>
    1.45 +#include <atk/atkrelationtype.h>
    1.46 +#include <atk/atkselection.h>
    1.47 +#include <atk/atksocket.h>
    1.48 +#include <atk/atkstate.h>
    1.49 +#include <atk/atkstateset.h>
    1.50 +#include <atk/atkstreamablecontent.h>
    1.51 +#include <atk/atktable.h>
    1.52 +#include <atk/atktext.h>
    1.53 +#include <atk/atkutil.h>
    1.54 +#include <atk/atkvalue.h>
    1.55 +
    1.56 +#undef __ATK_H_INSIDE__
    1.57 +
    1.58 +#endif /* __ATK_H__ */

mercurial