gtk+ r20481 - trunk/gtk



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

Log:
Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.

* gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL.


Modified:
   trunk/gtk/gtkaspectframe.h

Modified: trunk/gtk/gtkaspectframe.h
==============================================================================
--- trunk/gtk/gtkaspectframe.h	(original)
+++ trunk/gtk/gtkaspectframe.h	Fri Jun 20 10:57:01 2008
@@ -52,10 +52,10 @@
 {
   GtkFrame frame;
 
-  gfloat xalign;
-  gfloat yalign;
-  gfloat ratio;
-  gboolean obey_child;
+  gfloat GSEAL(xalign);
+  gfloat GSEAL(yalign);
+  gfloat GSEAL(ratio);
+  gboolean GSEAL(obey_child);
 
   GtkAllocation center_allocation;
 };



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