forked from AuroraMiddleware/gtk
Added GSEAL to GtkAlignment.
* gtk/gtkalignment.h: Seal the object data with GSEAL. svn path=/trunk/; revision=20479
This commit is contained in:
parent
a72fdab93f
commit
b345e36f97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user