]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Implement align_label_left for GTK 3.[14,16).
authorSimon Tatham <anakin@pobox.com>
Sun, 22 Nov 2015 21:47:21 +0000 (21:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 22 Nov 2015 23:10:11 +0000 (23:10 +0000)
commit50d73d95dacb1f9003151f226552e38cdcbb657b
treeba1099a0fd78807a89288645bf2bdaa29a44468a
parente1c2307cdd20366cf641811444ce23fac0d1b57c
Implement align_label_left for GTK 3.[14,16).

gtk_misc_set_alignment was deprecated in GTK 3.14. But my replacement
code using gtk_label_set_xalign doesn't work there, because that
function wasn't introduced until GTK 3.16, so there are two minor
versions in the middle where a third strategy is needed.
unix/gtkmisc.c