chiark / gitweb /
GTK 3 port: use GtkBox directly, not GtkHBox and GtkVBox.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 11:28:21 +0000 (12:28 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:07:19 +0000 (16:07 +0100)
commit90b73ebcb7f0d2c834e00ba0ad74084ad5a5695b
tree60427a94fedbf6bf97e96dcf5d136425e95aa8b4
parent2fb189cc36166f3856651e6cae6de828b4be186b
GTK 3 port: use GtkBox directly, not GtkHBox and GtkVBox.

I've done this by #defining the old names in terms of the new ones,
because the old ones are still more concise!
gtk.c