chiark / gitweb /
GTK 3.16 deprecation: stop using gtk_misc_set_alignment.
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Oct 2015 18:30:08 +0000 (19:30 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Oct 2015 18:33:44 +0000 (19:33 +0100)
commit2afbcdcc3c6d59aa03280df65ce6c690baa4273f
treec398f2f667e25f9b1c22a2aba0f6ee8496f70a20
parent5e22080bcd581fe4e2a07ca897ebea19a2961f66
GTK 3.16 deprecation: stop using gtk_misc_set_alignment.

The new equivalent is gtk_label_set_{x,y}align. But we can't use that
in all GTK 3 builds, because it's very new.
gtk.c