]> Pileus Git - ~andy/gtk/commitdiff
Seal 3 remaining fields in GtkButton.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:57 +0000 (11:03 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:57 +0000 (11:03 +0000)
svn path=/trunk/; revision=20556

gtk/gtkbutton.h

index bdfbfc0af8f9833559d0430950d0d14e5669b930..6264a071f51516000243c375bebd7f42289e026d 100644 (file)
@@ -54,11 +54,11 @@ struct _GtkButton
 {
   GtkBin bin;
 
-  GdkWindow *event_window;
+  GdkWindow *GSEAL (event_window);
 
-  gchar *label_text;
+  gchar *GSEAL (label_text);
 
-  guint activate_timeout;
+  guint GSEAL (activate_timeout);
 
   guint GSEAL (constructed : 1);
   guint GSEAL (in_button : 1);