Added GSEAL to GtkAlignment.

* gtk/gtkalignment.h: Seal the object data with GSEAL.

svn path=/trunk/; revision=20479
This commit is contained in:
Tim Janik 2008-06-20 10:56:50 +00:00
parent a72fdab93f
commit b345e36f97

View File

@ -54,10 +54,10 @@ struct _GtkAlignment
{
GtkBin bin;
gfloat xalign;
gfloat yalign;
gfloat xscale;
gfloat yscale;
gfloat GSEAL(xalign);
gfloat GSEAL(yalign);
gfloat GSEAL(xscale);
gfloat GSEAL(yscale);
};
struct _GtkAlignmentClass