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 652485 - Gtk+ Deprecations
Gtk+ Deprecations
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-13 18:32 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2011-09-14 13:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2011-06-13 18:32:48 UTC
https://mail.gnome.org/archives/desktop-devel-list/2011-June/msg00078.html

GtkHBox GtkVBox
GtkHScale GtkVScale
GtkHScrollbar GtkVScrollbar
GtkHSeparator GtkVSeparator
GtkHButtonBox GtkVButtonBox
GtkHPaned GtkVPaned
Comment 1 Joanmarie Diggs (IRC: joanie) 2011-08-29 22:23:48 UTC
And also GtkBox and GtkTable are ultimately going away says the friendly docs. We should be using GtkGrid.
Comment 2 Joanmarie Diggs (IRC: joanie) 2011-09-14 13:43:22 UTC
The bulk of this work (i.e. the removal of GtkHBox, GtkVBox, GtkBox, and GtkTable) were done as part of the introspection port with gui redo.

Use GtkScale rather than GtkHScale and GtkVScale:
http://git.gnome.org/browse/orca/commit/?id=d50b96ce3df402c9edbc11277bebba08b6b11580
Comment 3 Joanmarie Diggs (IRC: joanie) 2011-09-14 13:52:40 UTC
Annnnd.... That actually seems to be the last deprecated thing. Yay us!