mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
seal all members.
* gtk/gtkcellrenderertoggle.h: seal all members. svn path=/trunk/; revision=20509
This commit is contained in:
parent
d8bd3aecc8
commit
cf839d82c8
@ -45,9 +45,9 @@ struct _GtkCellRendererToggle
|
||||
GtkCellRenderer parent;
|
||||
|
||||
/*< private >*/
|
||||
guint active : 1;
|
||||
guint activatable : 1;
|
||||
guint radio : 1;
|
||||
guint GSEAL (active) : 1;
|
||||
guint GSEAL (activatable) : 1;
|
||||
guint GSEAL (radio) : 1;
|
||||
};
|
||||
|
||||
struct _GtkCellRendererToggleClass
|
||||
|
Loading…
Reference in New Issue
Block a user