back to gui 

wxApp

generated from ../src/mod_gui/misc/app.cpp

wxApp represents the application. An object of this class is automatically instantiated and can be accessed from the global variable wxTheApp. You can assign a function to the onInit event. This function is called before the main message loop is entered. It's not mandatory to use onInit, because the console application will check if a top-level window is created and shown before entering the main loop. Unlike previous versions of wxJavaScript, where you needed to call mainLoop, the console application will enter the main loop automatically.

Constants

Properties

Name Type Description
appName String Get/Set the application name
argv read only Array Returns the arguments passed to the script
className String Get/Set the classname
topWindow wxWindow Get/Set the top window of your application.
vendorName String Get/Set the vendor name


SourceForge.net Logo Support This Project

Table of Contents

Properties

appName
argv
className
topWindow
vendorName


Design downloaded from Zeroweb.org: Free website templates, layouts, and tools.