http://qs321.pair.com?node_id=1214732


in reply to Re: Tkx - new_table - how to resize columns ?
in thread Tkx - new_table - how to resize columns ?

a enormous thank you ;-)
thank to you i found my answer in the page
tktable/doc/tkTable.html
that i can act on width even whith specifying a column

adding this

$t->width(0, 10); $t->width(1, 50); $t->width(2, 20); $t->width(3, 20);
in place of the 4 lines $t->g_grid_columnconfigure(n, -weight => x); make my day !

i can close this tip