After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597904 - GtkTearoffMenuItem needs accessors
GtkTearoffMenuItem needs accessors
Status: RESOLVED INVALID
Product: gtk+
Classification: Platform
Component: Widget: Other
2.18.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 597610
 
 
Reported: 2009-10-09 13:39 UTC by Jean Bréfort
Modified: 2012-01-13 05:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean Bréfort 2009-10-09 13:39:57 UTC
Need get/set accessors to GtkTearoffMenuItem::torn_off
Comment 1 Emmanuele Bassi (:ebassi) 2009-10-12 14:04:50 UTC
do we really want to keep supporting tear-off menus in gtk+ 3? aren't those a bit passé?
Comment 2 Matthias Clasen 2009-11-12 16:42:35 UTC
I have to agree with ebassi here. 
We should seriously consider dropping these
Comment 3 Christian Dywan 2009-11-12 18:04:12 UTC
I added it to the agenda for the next meeting.
Comment 4 Javier Jardón (IRC: jjardon) 2009-11-24 23:52:33 UTC
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.
Comment 5 Peter Clifton 2009-11-26 15:35:21 UTC
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.
Comment 6 Jean Bréfort 2011-02-24 12:45:42 UTC
Reopening as GtkTearoffMenuItem is still present in gtk+-3.0
Comment 7 Jean Bréfort 2011-05-04 13:21:21 UTC
This acessor is actually not needed, using gtk_menu_get_tearoff_state works.