mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
Sealed remaining (private) fields in GtkContainer.
svn path=/trunk/; revision=20560
This commit is contained in:
parent
eee3432191
commit
ebdc9e8221
@ -62,10 +62,10 @@ struct _GtkContainer
|
||||
guint GSEAL (border_width : 16);
|
||||
|
||||
/*< private >*/
|
||||
guint need_resize : 1;
|
||||
guint resize_mode : 2;
|
||||
guint reallocate_redraws : 1;
|
||||
guint has_focus_chain : 1;
|
||||
guint GSEAL (need_resize : 1);
|
||||
guint GSEAL (resize_mode : 2);
|
||||
guint GSEAL (reallocate_redraws : 1);
|
||||
guint GSEAL (has_focus_chain : 1);
|
||||
};
|
||||
|
||||
struct _GtkContainerClass
|
||||
|
Loading…
Reference in New Issue
Block a user