On Jan 04, 2009, at 11:47:12, Fn wrote: > About the notification icon I need to use a 'gtk.gdk.Pixbuf' > argument, which method I've to use?
Our Python bindings are based on Cocoa; as such, they accept no such thing. You will need to convert that object to one of the common file formats, then create a GrowlImage object from that data. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en -~----------~----~----~----~------~----~------~--~---
