Public Member Functions
wxPython_swig_interface._app_ex.PySimpleApp Class Reference

List of all members.

Public Member Functions

def __init__
def OnInit

Detailed Description

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.


Constructor & Destructor Documentation

def wxPython_swig_interface._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.


Member Function Documentation

Definition at line 282 of file _app_ex.py.


The documentation for this class was generated from the following file:


wxPython_swig_interface
Author(s): Many
autogenerated on Mon Jan 6 2014 11:44:26