mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 23:24:16 +00:00
seal members.
* gtk/gtkmisc.h: seal members. svn path=/trunk/; revision=20513
This commit is contained in:
parent
6e1e3c5942
commit
36112dccd4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user