mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 19:41:01 -05:00

GtkTable is deprecated; the way of the future is GtkGrid, in which you don't have to specify the number of rows/columns in advance (it's worked out dynamically by observing what row/column numbers you actually attached anything to), and also you handle expansion behaviour by setting the "hexpand", "vexpand" or "expand" properties on the child widgets rather than setting flags in the container.