mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
Seal GtkToggleButton.
* gtk/gtktogglebutton.h: Seal all member fields. svn path=/trunk/; revision=20532
This commit is contained in:
parent
1a52d49b15
commit
891fba9dc8
@ -52,9 +52,9 @@ struct _GtkToggleButton
|
||||
{
|
||||
GtkButton button;
|
||||
|
||||
guint active : 1;
|
||||
guint draw_indicator : 1;
|
||||
guint inconsistent : 1;
|
||||
guint GSEAL (active : 1);
|
||||
guint GSEAL (draw_indicator : 1);
|
||||
guint GSEAL (inconsistent : 1);
|
||||
};
|
||||
|
||||
struct _GtkToggleButtonClass
|
||||
|
Loading…
Reference in New Issue
Block a user