On Mon, Jun 26, 2006 at 09:01:43PM -0700, 3saul wrote: > > 1. Is it possible to use gdk_draw_pixbuf to draw onto a GTKDrawingArea (the > doco states that it's possible but I can't figure out how to)
http://developer.gnome.org/doc/API/2.0/gtk/GtkDrawingArea.html shows hot to draw an arc. Anything else is drawn exactly the same way. > 2. Upon resizing a GTKDrawingArea will it's contents be resized > automatically? All drawing is done by your expose handler, the drawing area does not draw anything. Please read the documentation. Yeti -- Anonyms eat their boogers. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list