seal members.
* gtk/gtkcontainer.h: seal members. svn path=/trunk/; revision=20514
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user