So, my next question is: I'm trying to pick up a generic folder icon as follows:
MonoMac.AppKit.NSWorkspace sharedWorkspace = new MonoMac.AppKit.NSWorkspace(); string fileType = MonoMac.AppKit.NSFileTypeForHFSTypeCode.FinderIcon; MonoMac.AppKit.NSImage folderIcon = sharedWorkspace.IconForFileType( fileType ); how do I then convert an NSImage to a Gdk.Pixbuf? -- View this message in context: http://mono.1490590.n4.nabble.com/Gtk-IconTheme-Default-LoadIcon-doesn-t-appear-to-work-on-the-Mac-tp3753799p3754215.html Sent from the Mono - Gtk# mailing list archive at Nabble.com. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
