seal members.
* gtk/gtkmisc.h: seal members. svn path=/trunk/; revision=20513
This commit is contained in:
@ -53,11 +53,11 @@ struct _GtkMisc
|
|||||||
{
|
{
|
||||||
GtkWidget widget;
|
GtkWidget widget;
|
||||||
|
|
||||||
gfloat xalign;
|
gfloat GSEAL (xalign);
|
||||||
gfloat yalign;
|
gfloat GSEAL (yalign);
|
||||||
|
|
||||||
guint16 xpad;
|
guint16 GSEAL (xpad);
|
||||||
guint16 ypad;
|
guint16 GSEAL (ypad);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkMiscClass
|
struct _GtkMiscClass
|
||||||
|
|||||||
Reference in New Issue
Block a user