Re: [Gtk-osx-devs] ige-mac-integration cocoa



On Oct 20, 2009, at 8:52 AM, Anders F Björklund wrote:

>
> I've patched most of ige-mac-integration to be able to
> switch between Carbon (default) and Cocoa (for 64-bit):
>
> +#include <ApplicationServices/ApplicationServices.h>
> +#ifdef USE_CARBON
>  #include <Carbon/Carbon.h>
> +#endif
> +#ifdef USE_COCOA
> +#import <Cocoa/Cocoa.h>
> +#endif
>
> Need some more work on the menus (dock/image works OK),
> then I'll push the code up to http://github.com/afb/ ...
>
> --anders

Super cool! Though I'm not sure that there's any real need for Carbon  
once Cocoa is fully working. I'll look forward to having that. Note  
tracker items 18 & 19 about handling multiple window menus.

Regards,
John Ralls
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gtk-osx-devs mailing list
Gtk-osx-devs lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtk-osx-devs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]