Added GSEAL to GtkAlignment.
* gtk/gtkalignment.h: Seal the object data with GSEAL. svn path=/trunk/; revision=20479
This commit is contained in:
@ -54,10 +54,10 @@ struct _GtkAlignment
|
|||||||
{
|
{
|
||||||
GtkBin bin;
|
GtkBin bin;
|
||||||
|
|
||||||
gfloat xalign;
|
gfloat GSEAL(xalign);
|
||||||
gfloat yalign;
|
gfloat GSEAL(yalign);
|
||||||
gfloat xscale;
|
gfloat GSEAL(xscale);
|
||||||
gfloat yscale;
|
gfloat GSEAL(yscale);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkAlignmentClass
|
struct _GtkAlignmentClass
|
||||||
|
Reference in New Issue
Block a user