Seal GtkTearoffMenuItem.
(the torn_off field is for internal state keeping, you can retrieve the value from the parent menu's tearoff_state). svn path=/trunk/; revision=20614
This commit is contained in:
@ -52,7 +52,7 @@ struct _GtkTearoffMenuItem
|
|||||||
{
|
{
|
||||||
GtkMenuItem menu_item;
|
GtkMenuItem menu_item;
|
||||||
|
|
||||||
guint torn_off : 1;
|
guint GSEAL (torn_off : 1);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkTearoffMenuItemClass
|
struct _GtkTearoffMenuItemClass
|
||||||
|
|||||||
Reference in New Issue
Block a user