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 115931 - add "stack" property to GtkNotebook
add "stack" property to GtkNotebook
Status: RESOLVED DUPLICATE of bug 110540
Product: gtk+
Classification: Platform
Component: Widget: Other
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-06-25 14:00 UTC by Jeroen Zwartepoorte
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeroen Zwartepoorte 2003-06-25 14:00:03 UTC
The current (fixed) behavior of a GtkNotebook is to display arrows when the
number of tabs can no longer be displayed all at once. When this happens,
it's quite hard to navigate back and forth through the tabs. A better
solution would be to stack the tabs on top of each other so they're always
visible. IIRC, Java/Swing has a property for their JTabbedPane for
precisely this purpose. I would argue for same kind of property for
GtkNotebook.

An argument against this might be that when this happens (too many tabs)
that you should use a different way to display the content, but this is
often not an option (think editors like gedit for example).
Comment 1 Matthias Clasen 2003-06-25 14:12:03 UTC

*** This bug has been marked as a duplicate of 110540 ***