Seal GtkToggleButton.

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

svn path=/trunk/; revision=20532
This commit is contained in:
Tim Janik
2008-06-20 11:01:45 +00:00
parent 1a52d49b15
commit 891fba9dc8

View File

@ -52,9 +52,9 @@ struct _GtkToggleButton
{ {
GtkButton button; GtkButton button;
guint active : 1; guint GSEAL (active : 1);
guint draw_indicator : 1; guint GSEAL (draw_indicator : 1);
guint inconsistent : 1; guint GSEAL (inconsistent : 1);
}; };
struct _GtkToggleButtonClass struct _GtkToggleButtonClass