gtk+ r20532 - trunk/gtk



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

Log:
Seal GtkToggleButton.

* gtk/gtktogglebutton.h: Seal all member fields.


Modified:
   trunk/gtk/gtktogglebutton.h

Modified: trunk/gtk/gtktogglebutton.h
==============================================================================
--- trunk/gtk/gtktogglebutton.h	(original)
+++ trunk/gtk/gtktogglebutton.h	Fri Jun 20 11:01:45 2008
@@ -52,9 +52,9 @@
 {
   GtkButton button;
 
-  guint active : 1;
-  guint draw_indicator : 1;
-  guint inconsistent : 1;
+  guint GSEAL (active : 1);
+  guint GSEAL (draw_indicator : 1);
+  guint GSEAL (inconsistent : 1);
 };
 
 struct _GtkToggleButtonClass



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