gtk+ r20560 - trunk/gtk



Author: timj
Date: Fri Jun 20 11:04:18 2008
New Revision: 20560
URL: http://svn.gnome.org/viewvc/gtk+?rev=20560&view=rev

Log:
Sealed remaining (private) fields in GtkContainer.


Modified:
   trunk/gtk/gtkcontainer.h

Modified: trunk/gtk/gtkcontainer.h
==============================================================================
--- trunk/gtk/gtkcontainer.h	(original)
+++ trunk/gtk/gtkcontainer.h	Fri Jun 20 11:04:18 2008
@@ -62,10 +62,10 @@
   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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]