gtk+ r20497 - trunk/gtk



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

Log:
Seal GtkAccelLabel

gtk/gtkaccellabel.h: deprecate direct field access to GtkAccelLabel fields


Modified:
   trunk/gtk/gtkaccellabel.h

Modified: trunk/gtk/gtkaccellabel.h
==============================================================================
--- trunk/gtk/gtkaccellabel.h	(original)
+++ trunk/gtk/gtkaccellabel.h	Fri Jun 20 10:58:34 2008
@@ -55,13 +55,13 @@
 {
   GtkLabel label;
 
-  guint	         gtk_reserved;
-  guint	         accel_padding;
-  GtkWidget     *accel_widget;
-  GClosure	*accel_closure;
-  GtkAccelGroup *accel_group;
-  gchar         *accel_string;
-  guint16        accel_string_width;
+  guint		 GSEAL (gtk_reserved);
+  guint		 GSEAL (accel_padding);      /* should be style property? */
+  GtkWidget	*GSEAL (accel_widget);       /* done*/
+  GClosure	*GSEAL (accel_closure);      /* has set function */
+  GtkAccelGroup	*GSEAL (accel_group);        /* set by set_accel_closure() */
+  gchar		*GSEAL (accel_string);       /* has set function */
+  guint16	 GSEAL (accel_string_width); /* seems to be private */
 };
 
 struct _GtkAccelLabelClass



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