WX Widgets component
Brought to you by:
gambas
Working to get a WX widgets component for Gambas. This
would help part of the way in making a Windows and Mac
OS compatible Gambas, as well as being able to run
wxwidgets layered on GTK+. While the above will be
possible using QT4, the use of wxwidgets will not be
encumbered with the GPL (if the developer finds this
necessary) like QT.
Logged In: YES
user_id=1500027
Originator: NO
There is now (for gambas2) a gtk+ component, so a wxwidget compnent isn't necessary (gtk+ is available on win and mac computers)
Logged In: YES
user_id=1500027
Originator: NO
Gambas2 can use gtk+ or qt. Wxwidget is not necessary. Use the gb.gui component to use an agnostic gui (gtk+ for gnome/ qt for kde).