Re: QTable equivalent in Gtkmm



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.





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