GtkTable::set_homogeneous
void set_homogeneous(bool homogeneous);
set_homogeneous() when set
to true makes all child widgets' allocated areas
the same size as that of the child requesting the most space.
In most cases, this would be better set at the point of construction.