[gtk/kill-containers: 133/199] scrolledwindow: Fix accessible implementation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/kill-containers: 133/199] scrolledwindow: Fix accessible implementation
- Date: Tue, 12 May 2020 00:35:03 +0000 (UTC)
commit 295c5594cedc5f90759e0f8feee198ce5f5561b7
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 8 01:28:30 2020 -0400
scrolledwindow: Fix accessible implementation
Now that GtkScrolledWindow is no longer a container,
update the accessible implementation to match.
gtk/a11y/gtkscrolledwindowaccessible.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/a11y/gtkscrolledwindowaccessible.h b/gtk/a11y/gtkscrolledwindowaccessible.h
index d5f435d60a..56d9ff8ec6 100644
--- a/gtk/a11y/gtkscrolledwindowaccessible.h
+++ b/gtk/a11y/gtkscrolledwindowaccessible.h
@@ -22,7 +22,7 @@
#error "Only <gtk/gtk-a11y.h> can be included directly."
#endif
-#include <gtk/a11y/gtkcontaineraccessible.h>
+#include <gtk/a11y/gtkwidgetaccessible.h>
G_BEGIN_DECLS
@@ -39,14 +39,14 @@ typedef struct _GtkScrolledWindowAccessiblePrivate GtkScrolledWindowAccessiblePr
struct _GtkScrolledWindowAccessible
{
- GtkContainerAccessible parent;
+ GtkWidgetAccessible parent;
GtkScrolledWindowAccessiblePrivate *priv;
};
struct _GtkScrolledWindowAccessibleClass
{
- GtkContainerAccessibleClass parent_class;
+ GtkWidgetAccessibleClass parent_class;
};
GDK_AVAILABLE_IN_ALL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]