diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h index cc21a940cd..b9d3785ce6 100644 --- a/gtk/gtkframe.h +++ b/gtk/gtkframe.h @@ -54,12 +54,12 @@ struct _GtkFrame { GtkBin bin; - GtkWidget *GSEAL(label_widget); - gint16 GSEAL(shadow_type); - gfloat GSEAL(label_xalign); - gfloat GSEAL(label_yalign); + GtkWidget *GSEAL (label_widget); + gint16 GSEAL (shadow_type); + gfloat GSEAL (label_xalign); + gfloat GSEAL (label_yalign); - GtkAllocation child_allocation; + GtkAllocation GSEAL (child_allocation); }; struct _GtkFrameClass