forked from AuroraMiddleware/gtk
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:
parent
1a1e048b4a
commit
159edce905
@ -52,7 +52,7 @@ struct _GtkTearoffMenuItem
|
||||
{
|
||||
GtkMenuItem menu_item;
|
||||
|
||||
guint torn_off : 1;
|
||||
guint GSEAL (torn_off : 1);
|
||||
};
|
||||
|
||||
struct _GtkTearoffMenuItemClass
|
||||
|
Loading…
Reference in New Issue
Block a user