Package: gtk

Function gtk-table-resize

Lambda List

gtk-table-resize (table rows columns)

Arguments

table -- the gtk-table widget you wish to change the size of
rows -- an unsigned integer with the new number of rows
columns -- an unsigned integer with the new number of columns

Details

If you need to change the size of the table after it has been created, this function allows you to do so.

Warning

The function gtk-table-resize has been deprecated since version 3.4 and should not be used in newly written code. Use the gtk-grid widget which resizes automatically.
 

See also

2021-7-20