seal members.

* gtk/gtkcontainer.h: seal members.

svn path=/trunk/; revision=20514
This commit is contained in:
Tim Janik
2008-06-20 11:00:06 +00:00
parent 36112dccd4
commit 2a10964008

View File

@ -57,9 +57,9 @@ struct _GtkContainer
{ {
GtkWidget widget; GtkWidget widget;
GtkWidget *focus_child; GtkWidget *GSEAL (focus_child);
guint border_width : 16; guint GSEAL (border_width : 16);
/*< private >*/ /*< private >*/
guint need_resize : 1; guint need_resize : 1;