GNOME Bugzilla – Bug 643633
GtkNotebook's tab-border properties were removed, and a hardcoded value is used instead
Last modified: 2011-09-27 21:14:14 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
These are now deprecated in git master now, and they return zero. I guess this bug can be closed now.