SourceForge.net Classes

Classes

Classes
List of Classes and routines that apply to them

Each class should have at least two things defined, a constant identifying the class and a sizeof_ constant. In order to refer to class wxWindow, simply use its name, "wxWindow". To refer to the size in bytes of an object of type wxWindow, use sizeof_wxWindow.

Functions/Procedures
Subtopics

Classes

[func]
create
( integer class, object params )

Category: Classes

This function is used to create all classes included in wxEuphoria. You should check the documentation of the class to see what the required and optional parameters are.