Seal GtkToggleButton.
* gtk/gtktogglebutton.h: Seal all member fields. svn path=/trunk/; revision=20532
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user