Blitz Toolbox/GUI Libs/GTKMaxGUI
GTKMaxGUI by Bruceyhttp://brucey.net/programming/blitz/index.php |
About
This Linux BlitzMax module can be used as a replacement to the FLTK module included with MaxGUI.It is designed so that the only thing you need to change in your GUI application is the Import or Framework statement, to refer to BaH.GTKMaxGUI instead of BRL.FLTKMaxGUI.
Everything should work and function as you expect in your BlitzMax GUI application.
Available separately are modules to enable the HTMLView.
(By default this is not included because I thought it was better to give the developer a choice of the two main HTML widgets that are available on GTK)
The modules are BaH.GTKWebMozilla and BaH.GTKWebGTKHTML.
One uses Mozilla/Firefox (Gecko), the other GTKHTML.
If you try to run an app with an HTMLView that doesn't import one of the modules it throws an assertion to let you know. If your Application doesn't need an HTMLView, then you simply don't import it.
Everything is available via the website, and syncmods.