GNOME Bugzilla – Bug 166489
no-draw + expand separators in toolbars
Last modified: 2011-02-04 16:18:41 UTC
When manually constructing a toolbar, I can force items to the end by adding a separator toolitem with draw=false, expand=true; all items inserted after that one will be at the end of the toolbar. When automatically constructing a toolbar with GtkUIManager however, there is no way to do this. I propose to add a way to specify this in the UI .xml file (<separator expand='true'/> or so).
2005-02-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (start_element_handler): Accept the "expand" attribute and set a flag in the node if it is set to "true". (update_node): If the expand flag is set, make separator toolitems non-drawn and expanding. (#166489, Christian Persch)