After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680814 - Add more pixbuf creation methods to Gdk through pygtkcompat
Add more pixbuf creation methods to Gdk through pygtkcompat
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-30 08:42 UTC by Simon Feltman
Modified: 2012-07-31 06:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Added PyGTK pixbuf creation functions to pygtkcompat (1.67 KB, patch)
2012-07-30 23:18 UTC, Simon Feltman
none Details | Review

Description Simon Feltman 2012-07-30 08:42:18 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
Comment 1 Simon Feltman 2012-07-30 23:18:32 UTC
Created attachment 219944 [details] [review]
Added PyGTK pixbuf creation functions to pygtkcompat
Comment 2 Martin Pitt 2012-07-31 06:57:03 UTC
Nice, thank you! Committed with some changelog massaging.