|
From: Brett S. <bre...@ya...> - 2004-09-27 17:27:06
|
>
> + -columns is always a list of column names.
> It's also
> a read-only option now, and can only be set at
> widget
> creation time [*].
>
Ok, I definitely would like to see this not readonly.
I know that makes your job tougher, but I do change
column names frequently. For example, I can just
create one mult-column listbox, and use that same
widget for different views. I do this now with
tablelist. For example, I have a Tree widget on the
left pane, in which the user can select a node to view
the data for that node. I have a mc-listbox on the
right pane that displays this data. Instead of having
a widget for each node, I just delete out the
headings/data in the currect mc-listbox view, and
display the data for the new node that was selected.
I hope I explained that clear enough...
thanks,
--brett
|