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 594537 - No accesor for GtkNotebook->first tab
No accesor for GtkNotebook->first tab
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkNotebook
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 593601
 
 
Reported: 2009-09-08 18:20 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-09-09 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2009-09-08 18:20:24 UTC
It looks like GtkNotebook->first_tab doesn't have an
accessor.  Is this intentional?
Comment 1 Christian Dywan 2009-09-09 10:41:09 UTC
Yes, this is intentional. first_tab is a private variable and there is no use case outside the notebook code.