On Sat, 2009-07-18 at 04:02 -0700, Xaikon wrote: > Hi, > > I am developing an application which is a path finder that lets you choose > between different search algorithms. To show the grid (map), I decided to > use a Gtk::Table and in each cell there is an Gtk::EventBox and a Gtk::Image > that shows the kind of cell (road, grass, trail and so on). The problem is > that when I try to create a kind of big map, like 50x50, the process of > creation of the table is too slow, like 12 seconds :S
This is not what widget containers are designed for. I suggest that you try goocanvasmm instead. [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
