GNOME Bugzilla – Bug 116644
GtkNotebook: use arrows if available space for tabs is too small
Last modified: 2004-12-22 21:47:04 UTC
(See bug 72101 against the GNOME HIG for a general discussion about tab behaviour.) Currently, if the required space for GtkNotebook tab labels is larger than the available space, additional tab labels get clipped. It would probably be better to provide a way to access these labels, e.g. by using arrows.
GTK+ doesn't try to compress tabs to fit ... each tab is always allocated as big as it asked for. So, I'm not sure what this bug is about. You aren't asking for gtk_notebook_set_scrollable(), are you? That already exists.
I actually was looking for gtk_notebook_set_scrollable(). Closing this bug (ashamed).