diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-05-07 04:43:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-07 04:43:56 +0000 |
commit | 30a4c82a3ddd0e39e26d0b00756f748d16ea2d7c (patch) | |
tree | 5937dc4b414087aa6e9a088fcef685ead11064ed /gtk/gtktearoffmenuitem.h | |
parent | 0a41106ac246d5e33950be4d26ddcaee0ba4352e (diff) | |
download | gtk+-30a4c82a3ddd0e39e26d0b00756f748d16ea2d7c.tar.gz |
Make the tearoff functionality model/view, the tearoffmenuitem being the
Fri May 7 00:41:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktearoffmenuitem.h:
* gtk/gtktearoffmenuitem.c: Make the tearoff
functionality model/view, the tearoffmenuitem being
the view and the tearoff_state property of the menu
being the model. (#101185, Owen Taylor)
* gtk/gtkmenu.c: Add a tearoff_state property.
Diffstat (limited to 'gtk/gtktearoffmenuitem.h')
-rw-r--r-- | gtk/gtktearoffmenuitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktearoffmenuitem.h b/gtk/gtktearoffmenuitem.h index ba5ff76a8a..eb1ebdf34c 100644 --- a/gtk/gtktearoffmenuitem.h +++ b/gtk/gtktearoffmenuitem.h @@ -52,7 +52,7 @@ struct _GtkTearoffMenuItem { GtkMenuItem menu_item; - guint torn_off : 1; + guint _gtk_reserved : 1; }; struct _GtkTearoffMenuItemClass |