GNOME Bugzilla – Bug 120646
improve the handling of detached toolbars/menubars
Last modified: 2013-02-04 02:21:41 UTC
In bug 55393, somebody proposed that a torn-off menubar/toolbar should look like a torn off menu. Another problem that needs fixing is that with the new overflow-to-menu in the toolbar, detached toolbars shrink to just an arrow. All of this should probably done together with a more flexible dock widget.
The problem with toolbars shrinking to just the arrow is "fixed" by calling gtk_toolbar_set_show_arrow (toolbar, FALSE) when the toolbar is being detached from the window.
Yes. The point is that this should happen automatically and the previous show_arrow mode should be restored upone reattachment automatically.
Seems this is dependent on a dock; I don't think GtkHandleBox should be modifying properties of it's child
*** Bug 127961 has been marked as a duplicate of this bug. ***
*** Bug 143619 has been marked as a duplicate of this bug. ***