nukescripts.pyWxAppUtils.pyWxAppHelper
- class nukescripts.pyWxAppUtils.pyWxAppHelper(wxApp, start=None)[source]
Bases:
nukescripts.pyAppUtils.pyAppHelper
Helper class to initialise wxWidgets in a separate thread
constructor
Methods
getApplication
Start the thread associated with this object
Runs the specified call in a separate thread.
start
Terminated the thread associated with this object
- initiate()
Start the thread associated with this object
- run(call, args=(), kwargs={})
Runs the specified call in a separate thread.
- terminate()
Terminated the thread associated with this object