GNOME Bugzilla – Bug 652485
Gtk+ Deprecations
Last modified: 2011-09-14 13:52:53 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
And also GtkBox and GtkTable are ultimately going away says the friendly docs. We should be using GtkGrid.
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
Annnnd.... That actually seems to be the last deprecated thing. Yay us!