seal members.

* gtk/gtkmisc.h: seal members.

svn path=/trunk/; revision=20513
This commit is contained in:
Tim Janik 2008-06-20 10:59:58 +00:00
parent 6e1e3c5942
commit 36112dccd4

View File

@ -53,11 +53,11 @@ struct _GtkMisc
{
GtkWidget widget;
gfloat xalign;
gfloat yalign;
gfloat GSEAL (xalign);
gfloat GSEAL (yalign);
guint16 xpad;
guint16 ypad;
guint16 GSEAL (xpad);
guint16 GSEAL (ypad);
};
struct _GtkMiscClass