gtk+ r20479 - trunk/gtk



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

Log:
Added GSEAL to GtkAlignment.

* gtk/gtkalignment.h: Seal the object data with GSEAL.


Modified:
   trunk/gtk/gtkalignment.h

Modified: trunk/gtk/gtkalignment.h
==============================================================================
--- trunk/gtk/gtkalignment.h	(original)
+++ trunk/gtk/gtkalignment.h	Fri Jun 20 10:56:50 2008
@@ -54,10 +54,10 @@
 {
   GtkBin bin;
 
-  gfloat xalign;
-  gfloat yalign;
-  gfloat xscale;
-  gfloat yscale;
+  gfloat GSEAL(xalign);
+  gfloat GSEAL(yalign);
+  gfloat GSEAL(xscale);
+  gfloat GSEAL(yscale);
 };
 
 struct _GtkAlignmentClass



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