GNOME Bugzilla – Bug 645780
GtkMisc should be deprecated
Last modified: 2014-05-13 12:46:18 UTC
The desired effect can in most cases be achieved by using the "halign", "valign" and "margin" properties on the child widget, so GtkMisc should not be used in new code.
Here is my checklist of things to do before any new deprecations: - Ensure the new api actually fully covers all use cases of the old (can maybe use reftests) - Make the gtk tree free of the old api - Write good docs (migration guide), and cross-references from old to new api - Add the actual deprecation
I've added some reftests in tests/reftests/misc-alignment.ui
GtkMisc is still used in multiple places inside gtk
Deprecated it now