Re: [gtk+osx] (no subject)
Status: Beta
Brought to you by:
jralls
From: Kai-Uwe B. <ku...@gm...> - 2006-11-15 19:58:33
|
Matthew, gtk+osx is still in alpha state. This means it is not at the state of gtk for X11. The only 2 apps I tried where Ghotello and CinePaint. The later has some issues. Both are useable. There is still some parts missing tablet support, DnD or shape drawing and pointers as you allready saw. It is up to you to use the X11 environment, gtk-osx or try gtk2' mac port. At least the OK button in filechooser works. Take a look at the demos. regards Kai-Uwe Behrmann + development for color management + imaging / panoramas + email: ku...@gm... + http://www.behrmann.name Am 15.11.06, 10:38 -0000 schrieb Matthew Kemp: > Hi, > > Thanks for your advice (Kai-Uwe), I commented out the code regarding window > reposition and it compiled. > > However, it shows next to no signs of functionality once it loads up. When I > run the executable, I get the following feedback in the terminal: > > ** WARNING **: gdk_drag_init: not implemented > > gtk_init > GTKMacSetup() > > ** WARNING **: gdk_font_load: CALLED with -adobe-helvetica-medium-r- > normal--*-120-*-*-*-*-*-* > Found font: helvetica, 12 pt (id: 21) > > ** WARNING **: gdk_fontset_load: Not implemented > > ** WARNING **: gdk_fontset_load: Not implemented > > ** WARNING **: gdk_window_set_cursor: not implemented! (only warned once) > detail: button > detail: button > > ** WARNING **: gdk_cursor_new: not implemented! > # > detail: button > detail: button > detail: button > detail: button > detail: button > detail: button > > > Does this mean that there are more functions in the source code that have not > been fully implemented in GTK+OSX yet? Really basic things like the quit > button don't even seem to work. > > Once again, any help is greatly appreciated. > > Matthew, > |