Gtk.Table.prototype.set_homogeneous
function set_homogeneous(homogeneous:Boolean):void { // Gjs wrapper for gtk_table_set_homogeneous() }
Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.
- homogeneous
Set to true to ensure all table cells are the same size. Set to false if this is not your desired behaviour.