You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
1.7 KiB

  1. /* ATK - Accessibility Toolkit
  2. * Copyright 2001 Sun Microsystems Inc.
  3. *
  4. * This library is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU Library General Public
  6. * License as published by the Free Software Foundation; either
  7. * version 2 of the License, or (at your option) any later version.
  8. *
  9. * This library is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. * Library General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU Library General Public
  15. * License along with this library; if not, write to the
  16. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  17. * Boston, MA 02111-1307, USA.
  18. */
  19. #ifndef __ATK_H__
  20. #define __ATK_H__
  21. #define __ATK_H_INSIDE__
  22. #include <atk/atkobject.h>
  23. #include <atk/atkaction.h>
  24. #include <atk/atkcomponent.h>
  25. #include <atk/atkdocument.h>
  26. #include <atk/atkeditabletext.h>
  27. #include <atk/atkgobjectaccessible.h>
  28. #include <atk/atkhyperlink.h>
  29. #include <atk/atkhyperlinkimpl.h>
  30. #include <atk/atkhypertext.h>
  31. #include <atk/atkimage.h>
  32. #include <atk/atknoopobject.h>
  33. #include <atk/atknoopobjectfactory.h>
  34. #include <atk/atkobjectfactory.h>
  35. #include <atk/atkplug.h>
  36. #include <atk/atkregistry.h>
  37. #include <atk/atkrelation.h>
  38. #include <atk/atkrelationset.h>
  39. #include <atk/atkrelationtype.h>
  40. #include <atk/atkselection.h>
  41. #include <atk/atksocket.h>
  42. #include <atk/atkstate.h>
  43. #include <atk/atkstateset.h>
  44. #include <atk/atkstreamablecontent.h>
  45. #include <atk/atktable.h>
  46. #include <atk/atktext.h>
  47. #include <atk/atkutil.h>
  48. #include <atk/atkmisc.h>
  49. #include <atk/atkvalue.h>
  50. #undef __ATK_H_INSIDE__
  51. #endif /* __ATK_H__ */