[gtk/kill-containers: 31/99] flowboxchild: Fix accessible implementation



commit 061d497dc33c6d1afc02ba40794c24cfbbb09f42
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 8 01:24:48 2020 -0400

    flowboxchild: Fix accessible implementation
    
    Now that GtkFlowBoxChild is no longer a container,
    update the accessible implementation to match.

 gtk/a11y/gtkflowboxchildaccessible.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/a11y/gtkflowboxchildaccessible.h b/gtk/a11y/gtkflowboxchildaccessible.h
index 1e11b355c2..c010ffe25d 100644
--- a/gtk/a11y/gtkflowboxchildaccessible.h
+++ b/gtk/a11y/gtkflowboxchildaccessible.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
 
@@ -38,12 +38,12 @@ typedef struct _GtkFlowBoxChildAccessibleClass   GtkFlowBoxChildAccessibleClass;
 
 struct _GtkFlowBoxChildAccessible
 {
-  GtkContainerAccessible parent;
+  GtkWidgetAccessible parent;
 };
 
 struct _GtkFlowBoxChildAccessibleClass
 {
-  GtkContainerAccessibleClass parent_class;
+  GtkWidgetAccessibleClass parent_class;
 };
 
 GDK_AVAILABLE_IN_ALL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]