gtk+ r20489 - trunk/gtk



Author: timj
Date: Fri Jun 20 10:57:52 2008
New Revision: 20489
URL: http://svn.gnome.org/viewvc/gtk+?rev=20489&view=rev

Log:
Deprecate direct access to public variables in GtkBox.

* gtk/gtkbox.h: Deprecate direct access through GSEAL().


Modified:
   trunk/gtk/gtkbox.h

Modified: trunk/gtk/gtkbox.h
==============================================================================
--- trunk/gtk/gtkbox.h	(original)
+++ trunk/gtk/gtkbox.h	Fri Jun 20 10:57:52 2008
@@ -56,9 +56,9 @@
   GtkContainer container;
 
   /*< public >*/
-  GList *children;
-  gint16 spacing;
-  guint homogeneous : 1;
+  GList *GSEAL (children);
+  gint16 GSEAL (spacing);
+  guint GSEAL (homogeneous : 1);
 };
 
 struct _GtkBoxClass



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