}
static void
-gtk_stack_accessible_init(GtkAccessibleInterface *iface)
+gtk_stack_accessible_init (GtkAccessibleInterface *iface)
{
iface->get_child_at_index = gtk_stack_accessible_get_child_at_index;
}
}
static GtkAccessible *
-gtk_widget_accessible_get_child_at_index (GtkAccessible *self, guint index)
+gtk_widget_accessible_get_child_at_index (GtkAccessible *self,
+ guint index)
{
guint idx = 0;
GtkWidget *child;
}
static gboolean
-gtk_widget_accessible_get_bounds (GtkAccessible *self, int *x, int *y, int *width, int *height) {
+gtk_widget_accessible_get_bounds (GtkAccessible *self,
+ int *x,
+ int *y,
+ int *width,
+ int *height)
+{
GtkWidget *widget;
GtkWidget *parent;
double translated_x, translated_y;