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 573574 - GtkNotebook widget missing standart API for manipulations with headers
GtkNotebook widget missing standart API for manipulations with headers
Status: RESOLVED DUPLICATE of bug 129643
Product: gtk+
Classification: Platform
Component: Widget: GtkNotebook
2.15.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-02-28 20:50 UTC by Alexander V. Butenko
Modified: 2009-03-01 16:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Alexander V. Butenko 2009-02-28 20:50:19 UTC
Today all applications which are using gtknotebook have practically same code for:
1. to build a tab header (icon, name, close button);
2. to provide an option to show/hide close buttons or icons on tabs;
3. to provide an option to allow creation of new tabs by double/middle click on a tabbar;
2. (possible) To swap tabs placement
3. (possible)To attach/detach 

To avoid code duplication and make desktop more unified probably its better to provide  API for this activities in library? 

Other information:
Comment 1 Matthias Clasen 2009-03-01 16:11:16 UTC
I think this is already covered pretty well by bug 239643 and bug 116647
Comment 2 Matthias Clasen 2009-03-01 16:12:26 UTC
Sorry, that was supposed to be bug 129643
Comment 3 Matthias Clasen 2009-03-01 16:12:48 UTC

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