summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:04:18 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:04:18 +0000
commitebdc9e8221dde765272a4927060f606fec39a7c8 (patch)
tree69a3969159bce382e95d59299f3286d71b225a1b /gtk/gtkcontainer.h
parenteee343219199cc8ab23d05f3c68b89f01f767b77 (diff)
downloadgdk-pixbuf-ebdc9e8221dde765272a4927060f606fec39a7c8.tar.gz
Sealed remaining (private) fields in GtkContainer.
svn path=/trunk/; revision=20560
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 0cc6a2db6..e7c2ff38b 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -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