gtk+ r20490 - trunk/gtk



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

Log:
Deprecate direct access to public variables in GtkButtonBox.

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


Modified:
   trunk/gtk/gtkbbox.h

Modified: trunk/gtk/gtkbbox.h
==============================================================================
--- trunk/gtk/gtkbbox.h	(original)
+++ trunk/gtk/gtkbbox.h	Fri Jun 20 10:57:57 2008
@@ -52,11 +52,11 @@
 struct _GtkButtonBox
 {
   GtkBox box;
-  gint child_min_width;
-  gint child_min_height;
-  gint child_ipad_x;
-  gint child_ipad_y;
-  GtkButtonBoxStyle layout_style;
+  gint GSEAL (child_min_width);
+  gint GSEAL (child_min_height);
+  gint GSEAL (child_ipad_x);
+  gint GSEAL (child_ipad_y);
+  GtkButtonBoxStyle GSEAL (layout_style);
 };
 
 struct _GtkButtonBoxClass



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