While trying to implement a double-buffered drawing area, I found that pygtk does not expose gdk_window_set_back_pixmap, gdk_window_clear, or gdk_window_clear_area. This patch implements these functions as methods on a PyGdkWindow. (against gtkmodule.c in pygtk-0.6.8; hope I'm not patching generated code here...)
Thanks again for PyGTK, Dan
pygtk-window-methods.patch
Description: Binary data
