Re: Column model has only 1 column

2005-09-18 Thread James McArthur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, It would appear muppet said the following on 09/17/05 13:33: In general, you must specify the full complement of model columns at creation time. Models don't handle changing their columns after creation. Ah, okay. That is what I had a

Column model has only 1 column

2005-09-15 Thread James McArthur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a piece of code that looks like this: my %column_definition = ( Date = text ); my $table = $gladexml-get_widget('treeEventOutput'); my $simpleList = Gtk2::SimpleList-new_from_treeview ( $table, %column_definition); foreach my