GNOME Bugzilla – Bug 597904
GtkTearoffMenuItem needs accessors
Last modified: 2012-01-13 05:25:25 UTC
Need get/set accessors to GtkTearoffMenuItem::torn_off
do we really want to keep supporting tear-off menus in gtk+ 3? aren't those a bit passé?
I have to agree with ebassi here. We should seriously consider dropping these
I added it to the agenda for the next meeting.
I closed this bug as invalid because GtkTearoffMenuItem should be deprecated for 3.0 as discussed in GTK+ meeting. I've opened bug #602882 for that.
Just a note, that there is a little bit of user opposition to this in https://bugzilla.gnome.org/show_bug.cgi?id=602882 But I note that none of the people vocal about removing the feature in this bug, are subscribed to it.
Reopening as GtkTearoffMenuItem is still present in gtk+-3.0
This acessor is actually not needed, using gtk_menu_get_tearoff_state works.