chiark / gitweb /
GTK 3 cleanup: use GtkMessageDialog for message_box().
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Oct 2015 18:56:39 +0000 (19:56 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Oct 2015 18:56:39 +0000 (19:56 +0100)
commita94dbd27d0fbbbfbd90290647d3305ef6b6cce5b
tree4421117bfd9db7ebe527dfaa26ebd8107ecbb158
parent2afbcdcc3c6d59aa03280df65ce6c690baa4273f
GTK 3 cleanup: use GtkMessageDialog for message_box().

This is a lot easier than faffing about setting up a dialog box
ourself, and also avoids direct access to GtkDialog's action area
(deprecated in GTK 3.16).
gtk.c