gtk+ r20554 - trunk/gtk



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

Log:
Seal center_allocation field in GtkAspectFrame.


Modified:
   trunk/gtk/gtkaspectframe.h

Modified: trunk/gtk/gtkaspectframe.h
==============================================================================
--- trunk/gtk/gtkaspectframe.h	(original)
+++ trunk/gtk/gtkaspectframe.h	Fri Jun 20 11:03:47 2008
@@ -57,7 +57,7 @@
   gfloat GSEAL(ratio);
   gboolean GSEAL(obey_child);
 
-  GtkAllocation center_allocation;
+  GtkAllocation GSEAL (center_allocation);
 };
 
 struct _GtkAspectFrameClass



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