Gtk+ Mac OS X
Mac OS X Integration
Integration
Even though regular GTK+ applications work on the Mac, it is nice to be able to integrate with the native desktop and make it feel more like a Mac application. The integration library provided here will help you with that.
Status
The library is work in progress and is not API stable yet. Please try it out in your app and let us know what you are missing.
Note that if you are running GTK+ 2.12.x you should use ige-mac-integration 0.7. If you have a newer GTK+ version, you need to use ige-mac-integration 0.8 or later.
App bundles
App bundles
In order to create application bundles that work on the Mac, you have to set up a directory in a certain way, containing the data your application need, and also the libraries and modules that it depends on. Some extra care needs to be taken for GTK+ and Pango so that they can find the modules used for pixbuf loading, themes, input methods, and font modules.
The script described here can help you with this task.
New version of the SyncMenu package (0.2)
Submitted by Mikael Hallendal on Wed, 2007-08-29 14:22.Uploaded a new version of the GTK+/Mac OS X Menubar integration package. The 0.2 version solves a problem when the menu was created using the GTK+ UI Manager.
