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 122223 - make notebook tabs reorderable
make notebook tabs reorderable
Status: RESOLVED DUPLICATE of bug 73240
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-09-13 18:32 UTC by Paolo Borelli
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2003-09-13 18:32:38 UTC
Epiphany, Galeon and probably others tabbed apps are able to reorder tabs
by dragging them around. I was wondering if it is possible (and if it makes
sense) pushing this feature down to the gtk+ notebbok widget.

The feature would be off by default, but could be turned on with something
like gtk_notebook_set_reorderable.
The idea behind this is that when you use a notebook for something like a
configuration dialog where each page is different the pages should not be
reorderable, while when a notebook is used as MDI (epiphany, gedit, ...)
being able to move the various tabs makes a lot of sense to me.

The obvious advantage is the reduction of code duplication and the fact
that apps that currently lack the feature would easily inherit it.
Comment 1 Matthias Clasen 2003-09-13 18:39:03 UTC

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