forked from AuroraMiddleware/gtk
Include gtklevelbaraccessible.h in gtk-a11y.h
This commit is contained in:
parent
09dc62050f
commit
fae1da8ec9
@ -19,7 +19,11 @@
|
||||
#ifndef __GTK_LEVEL_BAR_ACCESSIBLE_H__
|
||||
#define __GTK_LEVEL_BAR_ACCESSIBLE_H__
|
||||
|
||||
#include "gtkentryaccessible.h"
|
||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#include <gtk/a11y/gtkwidgetaccessible.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <gtk/a11y/gtkimageaccessible.h>
|
||||
#include <gtk/a11y/gtkimagecellaccessible.h>
|
||||
#include <gtk/a11y/gtklabelaccessible.h>
|
||||
#include <gtk/a11y/gtklevelbaraccessible.h>
|
||||
#include <gtk/a11y/gtklinkbuttonaccessible.h>
|
||||
#include <gtk/a11y/gtklockbuttonaccessible.h>
|
||||
#include <gtk/a11y/gtkmenuaccessible.h>
|
||||
|
Loading…
Reference in New Issue
Block a user