Page 1 of 1

GTK+ bindings? (or native support)

Posted: Mon Jan 17, 2011 8:23 pm
by Zach
I found a thread a while ago, and Fred sounded like he was planning to implement support for GTK on Windows in the future, since it was done for Linux (is it done?). I was just wondering if this happened, or if anyone has written an actively maintained a wrapper? If not, is it coming soon?

http://www.purebasic.fr/english/viewtopic.php?p=74767#p74767
Fred wrote: It's planned to add support for GTK framework for Windows as it's done for Linux and MacOS. It will be of course optional, and not the default tooltik. It will allow 1:1 port trough all plateforms. The compiler subsystem system is already implemented in the linux compiler, as the next linux version will support GTK1.2 and GTK2 trough a compiler switch (easy, easy...), so it's only a matter of time to have the same on Windows.

edit: sorry, guess this should have been posted in the Windows section, huh... :oops:

Re: GTK+ bindings? (or native support)

Posted: Sat Feb 05, 2011 8:21 pm
by klaver
Ask again in 6 years :lol:

Re: GTK+ bindings? (or native support)

Posted: Sun Feb 06, 2011 1:50 pm
by remi_meier
You should be able to modify the wrappers generated by
this GObjectIntrospection tool to work on Windows:
http://www.purebasic.fr/english/viewtop ... 14&t=43681

Re: GTK+ bindings? (or native support)

Posted: Sun May 13, 2012 11:47 pm
by klaver
Is it reasonable to check for this again in the future or should I forget about it? :|
http://gtk-win.sourceforge.net

Re: GTK+ bindings? (or native support)

Posted: Mon May 14, 2012 11:53 am
by Fred
No, it probably won't happen as we have a mature toolkit on Windows and it will add too much work for us. The whole purpose of PureBasic is to avoid that. GTK on OS X isn't supported anymore btw.

Re: GTK+ bindings? (or native support)

Posted: Mon May 14, 2012 12:01 pm
by remi_meier
@klaver:
Well, I showed you where you can find everything you need.