in reply to Re^3: perl/Tk and expandable widgets
in thread perl/Tk and expandable widgets
It allows you to double click on a header to make the column about 1 character wide (so you can grow it again) and also permits the mouse to grab the right side of the header box to adjust the column width.$widget->header('create', 0, -itemtype => 'resizebutton', -text => 'Pa +th');
to make it automatic.$widget->columnwidth($column_number,'');
so that you have enough room regardless of the host_box size.$widget = $host_box->Scrolled(qw/HListplus -scrollbars osoe/);
|
|---|