chiark / gitweb /
GTK 3 port: change API functions for widget sizing.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 11:28:24 +0000 (12:28 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:07:20 +0000 (16:07 +0100)
commit1b2e4d525f5e5686afdbec09c7b796ff546c6357
tree6323a0330d6b20a4df260e71b21a4ca98879a4f7
parent90b73ebcb7f0d2c834e00ba0ad74084ad5a5695b
GTK 3 port: change API functions for widget sizing.

set_usize is deprecated, and get_preferred_size is the GTK 3 thing we
should use in place of size_request.
gtk.c