]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtkwidgetaccessible.h
filechooserbutton: Emit 'selection-changed' when changing the selection programmatically
[~andy/gtk] / gtk / a11y / gtkwidgetaccessible.h
index 2ce5ad000344ec004fdc5794a042bb0b31f4282e..5ead23df8d90f8194398baee7aa831d384e6a69e 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
 #ifndef __GTK_WIDGET_ACCESSIBLE_H__
 #define __GTK_WIDGET_ACCESSIBLE_H__
 
-#include "gtk/gtkaccessible.h"
-#include "gtk/gtkwidget.h"
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS