gtk+ r20503 - trunk/gtk



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

Log:
* gtk/gtkcheckmenuitem.h: seal public struct members.


Modified:
   trunk/gtk/gtkcheckmenuitem.h

Modified: trunk/gtk/gtkcheckmenuitem.h
==============================================================================
--- trunk/gtk/gtkcheckmenuitem.h	(original)
+++ trunk/gtk/gtkcheckmenuitem.h	Fri Jun 20 10:59:06 2008
@@ -53,10 +53,10 @@
 {
   GtkMenuItem menu_item;
 
-  guint active : 1;
-  guint always_show_toggle : 1;
-  guint inconsistent : 1;
-  guint draw_as_radio : 1;
+  guint GSEAL (active : 1);
+  guint GSEAL (always_show_toggle : 1);
+  guint GSEAL (inconsistent : 1);
+  guint GSEAL (draw_as_radio : 1);
 };
 
 struct _GtkCheckMenuItemClass



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