seal members.
* gtk/gtkcontainer.h: seal members. svn path=/trunk/; revision=20514
This commit is contained in:
parent
36112dccd4
commit
2a10964008
@ -57,9 +57,9 @@ struct _GtkContainer
|
||||
{
|
||||
GtkWidget widget;
|
||||
|
||||
GtkWidget *focus_child;
|
||||
GtkWidget *GSEAL (focus_child);
|
||||
|
||||
guint border_width : 16;
|
||||
guint GSEAL (border_width : 16);
|
||||
|
||||
/*< private >*/
|
||||
guint need_resize : 1;
|
||||
|
Loading…
Reference in New Issue
Block a user