GTK+ bindings? (or native support)

Everything else that doesn't fall into one of the other PB categories.
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

GTK+ bindings? (or native support)

Post 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:
klaver
Enthusiast
Enthusiast
Posts: 147
Joined: Wed Jun 28, 2006 6:55 pm
Location: Schröttersburg

Re: GTK+ bindings? (or native support)

Post by klaver »

Ask again in 6 years :lol:
Image
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Re: GTK+ bindings? (or native support)

Post 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
Athlon64 3700+, 1024MB Ram, Radeon X1600
klaver
Enthusiast
Enthusiast
Posts: 147
Joined: Wed Jun 28, 2006 6:55 pm
Location: Schröttersburg

Re: GTK+ bindings? (or native support)

Post by klaver »

Is it reasonable to check for this again in the future or should I forget about it? :|
http://gtk-win.sourceforge.net
Image
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: GTK+ bindings? (or native support)

Post 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.
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Re: GTK+ bindings? (or native support)

Post by remi_meier »

@klaver:
Well, I showed you where you can find everything you need.
Athlon64 3700+, 1024MB Ram, Radeon X1600
Post Reply