So the next question is, how do I point gtkmm at gtk-osx rather than gtk+ (which is the default)?
Is this done by setting #include <gtkmm.h> to the gtk-osx version of the header? I'm using pkg-config in the build so I guess I need to change where it points. Or is it more complicated? Cheers, Chris ----- Original Message ---- From: Paul Davis <[EMAIL PROTECTED]> To: Chris Share <[EMAIL PROTECTED]> Cc: [email protected] Sent: Thursday, October 9, 2008 5:21:55 PM Subject: Re: gtkmm and gtk-osx On Wed, 2008-10-08 at 22:31 -0700, Chris Share wrote: > I'm currently learning to use gtkmm on Mac OS X. > > At the moment, the apps I've created use X11. > > I was wondering whether it is possible to use gtkmm with the Mac native > version of gtk+ (available at <http://www.gtk-osx.org/> as a framework)? > > I'll post this question on the gtk-osx forum and see what is suggested. it works just fine. several large apps (gimp, ardour, others) have all done this. there are "minor" issues and development is ongoing, but things basically Just Work. --p _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
