Top |
Quartz requires icon resources for the dock or menu items to be NSImages while Gnome uses either GdkPixbuf or image files such as jpeg or png. The functions in this section convert those resources into NSImage.
NSImage * nsimage_from_resource (const gchar *name
,const gchar *type
,const gchar *subdir
);
Retrieve an image file from the bundle and return an NSImage* of it.