From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-07-29 02:01:11
|
https://bugzilla.gnome.org/show_bug.cgi?id=625538 gnome-perl | Gtk2 | unspecified Summary: add GdkImage support Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: us...@zi... QAContact: gtk...@li... GNOME target: --- GNOME version: --- Created an attachment (id=166750) View: https://bugzilla.gnome.org/attachment.cgi?id=166750 Review: https://bugzilla.gnome.org/review?bug=625538&attachment=166750 .xs and .t This is a few lines to complete GdkImage support. An advantage of an image over a pixbuf is that you can fetch actual pixel values from pixmaps or windows. The GdkImage object itself already arises in the wrappings, the code here is new() for it, and operations like get_pixel() and put_pixel(). -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |