Is the only way to make a column hidden in a SimpleList by defining a new type?
Gtk2::SimpleList -> add_column_type( 'new',
                                     type => 'Glib::String',
                                     attr => 'hidden' );
Thanks
Jeff