Seal child_allocation field in GtkFrame.

svn path=/trunk/; revision=20564
This commit is contained in:
Tim Janik 2008-06-20 11:04:39 +00:00
parent ded819caa9
commit 370226aa9f

View File

@ -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