Public Member Functions | |
def | __init__ |
def | OnInit |
A simple application class. You can just create one of these and then then make your top level windows later, and not have to worry about OnInit. For example:: app = wx.PySimpleApp() frame = wx.Frame(None, title='Hello World') frame.Show() app.MainLoop() :see: `wx.App`
Definition at line 261 of file _app_ex.py.
def src::_app_ex::PySimpleApp::__init__ | ( | self, | ||
redirect = False , |
||||
filename = None , |
||||
useBestVisual = False , |
||||
clearSigInt = True | ||||
) |
:see: `wx.App.__init__`
Definition at line 275 of file _app_ex.py.
def src::_app_ex::PySimpleApp::OnInit | ( | self | ) |
Definition at line 282 of file _app_ex.py.