in reply to Re: Listbox with independently updating labels on items
in thread Listbox with independently updating labels on items
Thanks! Yes, this looks as though it may work for me.
Can it be used with x- and y- scrollbars, similar to listboxes?
Does one access this table functionality via (for example) ...
Tkx::package_require("Tktable"); my $t = $mw->new_tk__table(-rows => 5, -cols => 3);
I believe the -selecttype => row and -state => disabled may suit my requirements best.
How would I populate row and column titles?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Listbox with independently updating labels on items
by Anonymous Monk on Oct 04, 2013 at 11:36 UTC |