summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:03:57 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:03:57 +0000
commit7f4da5ab85ea104e9961dadafdf56c69d3d70d87 (patch)
tree1c5b0cbfb228ea58122d9a48a4b4901998657d57 /gtk/gtkbutton.h
parent361f91f018cb4b118b71ae49d786a7257c1c0969 (diff)
downloadgtk+-7f4da5ab85ea104e9961dadafdf56c69d3d70d87.tar.gz
Seal 3 remaining fields in GtkButton.
svn path=/trunk/; revision=20556
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r--gtk/gtkbutton.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h
index bdfbfc0af8..6264a071f5 100644
--- a/gtk/gtkbutton.h
+++ b/gtk/gtkbutton.h
@@ -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);