Hello. > I'm new to gtk programming so this might be a very dummy question. I > use a DrawingArea to draw a map with three layers: the background map, > the legend window, and app data. Since the legend layer does not > change often, can I store it in a pixmap and simply copy it rather > than redraw it every time the map and app data change?
I would suggest that you use cairo to do all of the drawing. Then you can "store" your drawings onto cairo surface and paint it when needed. Cheers, Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list