Re: my Quest for the best wysiwyg GUI for Euphoria: Can an xml file created by XRCed work with wxEuphoria ?
- Posted by ghaberek (admin) Feb 28, 2009
- 1089 views
mattlewis said...
Most wxEuphoria routines are used exactly like the wxWidgets routines. There are some places where wxEuphoria does a little more work for you, and combines what are actually multiple calls to wxWidgets code, but in general, the documentation for wxWidgets applies to wxEuphoria.
Also note: you may find parts of classes missing because we haven't wrapped them yet. When I wrap a class, I try to wrap all of it, but sometimes I just throw in whatever I need at the moment for testing, and work on the rest later.
-Greg