| wxScriptFile | A script file |
| wxScriptFunction | An interpreted function |
| wxScriptFunctionArray | An array of wxScriptFunction objects |
| wxScriptInterpreter | A singleton class that wraps all the script interpreters supported |
| wxScriptTypeInfo | A sort of extended ENUM containing information and utilities about a interpreted type which can be chosen at runtime |
| wxScriptVar | A variable object containing both info about its type (using wxScriptTypeInfo) and the contents of the variable |
1.4.3