gtk+ r20564 - trunk/gtk



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

Log:
Seal child_allocation field in GtkFrame.


Modified:
   trunk/gtk/gtkframe.h

Modified: trunk/gtk/gtkframe.h
==============================================================================
--- trunk/gtk/gtkframe.h	(original)
+++ trunk/gtk/gtkframe.h	Fri Jun 20 11:04:39 2008
@@ -54,12 +54,12 @@
 {
   GtkBin bin;
 
-  GtkWidget *GSEAL(label_widget);
-  gint16 GSEAL(shadow_type);
-  gfloat GSEAL(label_xalign);
-  gfloat GSEAL(label_yalign);
+  GtkWidget *GSEAL (label_widget);
+  gint16 GSEAL (shadow_type);
+  gfloat GSEAL (label_xalign);
+  gfloat GSEAL (label_yalign);
 
-  GtkAllocation child_allocation;
+  GtkAllocation GSEAL (child_allocation);
 };
 
 struct _GtkFrameClass



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