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:
Tim Janik 2008-06-20 11:09:08 +00:00
parent 1a1e048b4a
commit 159edce905

View File

@ -52,7 +52,7 @@ struct _GtkTearoffMenuItem
{
GtkMenuItem menu_item;
guint torn_off : 1;
guint GSEAL (torn_off : 1);
};
struct _GtkTearoffMenuItemClass