Gtk2::SimpleList question..



I'm trying to create a Gtk2::SimpleList 'on-the-fly'. How do I pass the
options to it at creation time so the columns will be in the correct
order? It works fine like this: 

my $sl = Gtk2::SimpleList->new('Name'=>'text','Address'=>'text');

But if I try to dynamically assign column names/types and pass those as
a variable to it, the columns get reordered.

-- 
Jim Donoghue
Smithy Co.
(734) 913-6700




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]