I'm currently using Gtk2::ComboBoxEntry widgets that are based on a model that has an ID column and a text description column. I set the text column with:
$widget->set_text_column(1); Is it possible to get the ComboBox widget to display multiple columns of data, ie from column 1 and 2, separated from each other and aligned nicely? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
