chiark / gitweb /
GTK 3 port: use GtkGrid as an alternative to GtkTable.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 11:28:09 +0000 (12:28 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:07:04 +0000 (16:07 +0100)
commit62c6312982c297ddb0d5c1633e5db678a0d75678
tree336994c83d87fc9afa67be57dc0c24f3d6f5cc1c
parent64d0a70e13533e257e60ea71045a155a057ac61a
GTK 3 port: use GtkGrid as an alternative to GtkTable.

This also involves setting some "hexpand" properties on the widgets
contained in the GtkGrid, to achieve effects which GtkTable did by
setting flags in gtk_table_attach.
gtk.c