Ruby Forum wxRuby > Is programming Wxwidgets in Obj C possible?

Posted by Christopher Choi (Guest)
on 07.05.2008 17:00
(Received via mailing list)
Hi
Was wondering if you could possibly program wxwidgets in Objective C?
Thanks
Chris
Posted by Alex Fenton (Guest)
on 07.05.2008 19:50
(Received via mailing list)
Christopher Choi wrote:
> Was wondering if you could possibly program wxwidgets in Objective C?
I don't know, to be honest. This is the list for programming wxWidgets
in Ruby. comp.soft-sys.wxwindows would be a better place to ask.

You might be able to use Objective C with the WxCocoa port. But if you
were only interested in targetting OS X + Cocoa I would say you're
better off using the Apple developer tools (eg Interface Builder, XCode)
directly rather than WxWidgets.

There is also Ruby-Cocoa which is a ruby-objective C bridge.

alex