Hi.

> But how/where do I acquire a pointer to the canvas's GdkWindow??

gtk_widget_get_window() function is probably what you're looking for.
Call this on your canvas and then force updates on it. I'm not sure
how this is called in gtkmm though, but I'm sure you'll be able to
find it.

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

Reply via email to