GNOME Bugzilla – Bug 680814
Add more pixbuf creation methods to Gdk through pygtkcompat
Last modified: 2012-07-31 06:57:03 UTC
The following methods could additionally be installed with the pygtkcompat module from GdkPixbuf to Gdk: pixbuf_new_from_data pixbuf_new_from_file pixbuf_new_from_file_at_scale pixbuf_new_from_file_at_size pixbuf_new_from_inline pixbuf_new_from_stream pixbuf_new_from_stream_at_scale pixbuf_new_from_xpm_data
Created attachment 219944 [details] [review] Added PyGTK pixbuf creation functions to pygtkcompat
Nice, thank you! Committed with some changelog massaging.