AFAIK, QTable of Qt3.3 is a spreadsheet-like widget. What is similar in Gtkmm is a combination of Gtk::TreeView + Gtk::ListStore. However, I do not think this is an "exact" equivalent.
Though similar in naming, Gtk::Table is for layering out widgets only, much like QGridLayout of Qt4. Regards. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
