$search

src::_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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


wxPython_swig_interface
Author(s): Many
autogenerated on Sat Mar 2 13:30:48 2013