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 643633 - GtkNotebook's tab-border properties were removed, and a hardcoded value is used instead
GtkNotebook's tab-border properties were removed, and a hardcoded value is us...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkNotebook
3.1.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-02 00:50 UTC by Javier Jardón (IRC: jjardon)
Modified: 2011-09-27 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2011-03-02 00:50:54 UTC
Nevertheles the accessors to *get* the hardcoded value are still there
And The api to set the borders is not marked as deprecated in 2.24 ...

After some research:

The API was marked as deprecated in 2005: commit cca8dd63475ab582d8592039f1f69d7f22a3b928

The API to set the tab borders was gone with the merge of the 2-90 branch, http://git.gnome.org/browse/gtk+/commit/?id=2d84d885398e6f977bca70b960bebf75ac629802 and here the commit that removed the properties: http://git.gnome.org/browse/gtk+/commit/?id=c4b3b13f9d2b27b26e729c531f1880a0eeb4f1e3

From IRC:

<mitch> jjardon: i guess we should add a style property instead, perhaps :)
<mitch> jjardon: strictly speaking, notebook should die anyway and be replaced by two widgets that talk to each other using an interface
Comment 1 Cosimo Cecchi 2011-09-27 21:14:14 UTC
These are now deprecated in git master now, and they return zero. I guess this bug can be closed now.