Re: Gtk::Table really slow



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.

murrayc murrayc com
www.murrayc.com
www.openismus.com



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