On 14 September 2010 15:48, Dmitry Kruglov <i...@midisa.org> wrote:
> 5. I want to work with the database and use the Grid in different
> windows: http://gtkextra.sourceforge.net/

I think you'll find that the standard gtk treeview widget is better
for this. For example, if you use Rhythmbox, the main display of songs
is done with this widget.

It sounds like gtkmm would fit your checklist. Try making a test
program and see if it seems OK.

If you don't need to do a lot of CPU-intensive processing, you could
also consider PyGtk. Development is very fast and easy, and
performance is generally fine. For example, the Ubuntu Software Centre
is implemented in PyGtk.

John
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to