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 314163 - no-overflow toolitems
no-overflow toolitems
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: GtkToolbar
unspecified
Other Linux
: Normal enhancement
: Medium API
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 169956
 
 
Reported: 2005-08-22 11:46 UTC by Christian Persch
Modified: 2013-08-14 00:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2005-08-22 11:46:11 UTC
I'd like to have a way to disallow overflowing a toolitem on a toolbar. I.e.,
when the toolbar contains item s A B C and B is never-overflow, and I shrink the
toolbar, first C is overflown, then A is overflown, and then the toolbar can
shrink no further. (Or maybe stop overflowing already when the rightmost
toolitem is never-overflow?) (I want to use this for the location entry in
Epiphany.)
Comment 1 Soren Sandmann Pedersen 2005-08-29 19:00:13 UTC
If we do this, I certainly think we should stop when the rightmost toolitem is
never-overflow. But it doesn't seem like it would be easy to understand what was
going on though: "I added a location entry, and now epiphany can't be resized?"
Comment 2 Soren Sandmann Pedersen 2005-08-29 19:02:42 UTC
I am not necessarily adverse to adding a gtk_tool_item_is_overflown() method
though if that would help with bug 169956. 
Comment 3 Christian Persch 2005-09-04 20:30:57 UTC
> "I added a location entry, and now epiphany can't be resized?"

You could still resize it; the location entry would shrink to its minimum width,
then resizing would stop. That's not different than any other window which has a
mimimum width defined by the things it contains.
Comment 4 Mathias Hasselmann (IRC: tbf) 2007-03-03 22:42:35 UTC
See also: Bug 412385
Comment 5 Matthias Clasen 2013-08-14 00:51:11 UTC
don't think this is going to happen, at this point