Package p6 :: Package app :: Module wxpy :: Class WizApp
[show private | hide private]
[frames | no frames]

Type WizApp

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
             PyApp --+    
                     |    
                   App --+
                         |
                        WizApp


Method Summary
  __init__(self, appname, filename, xrcfile, frameclass, confFile)
  connectEvents(self)
  OnInit(self)
  selectItem(self, event)
    Inherited from App
  __del__(self)
  MainLoop(self)
Execute the main GUI event loop
  RedirectStdio(self, filename)
Redirect sys.stdout and sys.stderr to a file or a popup window.
  RestoreStdio(self)
  SetOutputWindowAttributes(self, title, pos, size)
Set the title, position and/or size of the output window if the stdio has been redirected.
  SetTopWindow(self, frame)
Set the "main" top level window
    Inherited from PyApp
  __repr__(self)
  _BootstrapApp(*args, **kwargs)
_BootstrapApp(self)
  _setCallbackInfo(*args, **kwargs)
_setCallbackInfo(self, PyObject self, PyObject _class)
  Dispatch(*args, **kwargs)
Dispatch(self) -> bool
  Exit(*args, **kwargs)
Exit(self)
  ExitMainLoop(*args, **kwargs)
ExitMainLoop(self)
  GetAppName(*args, **kwargs)
GetAppName(self) -> String
  GetAssertMode(*args, **kwargs)
GetAssertMode(self) -> int
  GetClassName(*args, **kwargs)
GetClassName(self) -> String
  GetComCtl32Version(*args, **kwargs)
GetComCtl32Version() -> int (Static method)
  GetExitOnFrameDelete(*args, **kwargs)
GetExitOnFrameDelete(self) -> bool
  GetMacAboutMenuItemId(*args, **kwargs)
GetMacAboutMenuItemId() -> long (Static method)
  GetMacExitMenuItemId(*args, **kwargs)
GetMacExitMenuItemId() -> long (Static method)
  GetMacHelpMenuTitleName(*args, **kwargs)
GetMacHelpMenuTitleName() -> String (Static method)
  GetMacPreferencesMenuItemId(*args, **kwargs)
GetMacPreferencesMenuItemId() -> long (Static method)
  GetMacSupportPCMenuShortcuts(*args, **kwargs)
GetMacSupportPCMenuShortcuts() -> bool (Static method)
  GetPrintMode(*args, **kwargs)
GetPrintMode(self) -> int
  GetTopWindow(*args, **kwargs)
GetTopWindow(self) -> Window
  GetTraits(*args, **kwargs)
GetTraits(self) -> wxAppTraits
  GetUseBestVisual(*args, **kwargs)
GetUseBestVisual(self) -> bool
  GetVendorName(*args, **kwargs)
GetVendorName(self) -> String
  IsActive(*args, **kwargs)
IsActive(self) -> bool
  IsMainLoopRunning(*args, **kwargs)
IsMainLoopRunning() -> bool (Static method)
  Pending(*args, **kwargs)
Pending(self) -> bool
  ProcessIdle(*args, **kwargs)
ProcessIdle(self) -> bool
  ProcessPendingEvents(*args, **kwargs)
ProcessPendingEvents(self)
  SendIdleEvents(*args, **kwargs)
SendIdleEvents(self, Window win, IdleEvent event) -> bool
  SetAppName(*args, **kwargs)
SetAppName(self, String name)
  SetAssertMode(*args, **kwargs)
SetAssertMode(self, int mode)
  SetClassName(*args, **kwargs)
SetClassName(self, String name)
  SetExitOnFrameDelete(*args, **kwargs)
SetExitOnFrameDelete(self, bool flag)
  SetMacAboutMenuItemId(*args, **kwargs)
SetMacAboutMenuItemId(long val) (Static method)
  SetMacExitMenuItemId(*args, **kwargs)
SetMacExitMenuItemId(long val) (Static method)
  SetMacHelpMenuTitleName(*args, **kwargs)
SetMacHelpMenuTitleName(String val) (Static method)
  SetMacPreferencesMenuItemId(*args, **kwargs)
SetMacPreferencesMenuItemId(long val) (Static method)
  SetMacSupportPCMenuShortcuts(*args, **kwargs)
SetMacSupportPCMenuShortcuts(bool val) (Static method)
  SetPrintMode(*args, **kwargs)
SetPrintMode(self, int mode)
  SetUseBestVisual(*args, **kwargs)
SetUseBestVisual(self, bool flag)
  SetVendorName(*args, **kwargs)
SetVendorName(self, String name)
  WakeUpIdle(*args, **kwargs)
WakeUpIdle(self)
  Yield(*args, **kwargs)
Yield(self, bool onlyIfNeeded=False) -> bool Process all currently pending events right now, instead of waiting until return to the event loop.
    Inherited from EvtHandler
  _setOORInfo(*args, **kwargs)
_setOORInfo(self, PyObject _self)
  AddPendingEvent(*args, **kwargs)
AddPendingEvent(self, Event event)
  Bind(self, event, handler, source, id, id2)
Bind an event to an event handler.
  Connect(*args, **kwargs)
Connect(self, int id, int lastId, int eventType, PyObject func)
  Disconnect(*args, **kwargs)
Disconnect(self, int id, int lastId=-1, wxEventType eventType=wxEVT_NULL) -> bool
  GetEvtHandlerEnabled(*args, **kwargs)
GetEvtHandlerEnabled(self) -> bool
  GetNextHandler(*args, **kwargs)
GetNextHandler(self) -> EvtHandler
  GetPreviousHandler(*args, **kwargs)
GetPreviousHandler(self) -> EvtHandler
  ProcessEvent(*args, **kwargs)
ProcessEvent(self, Event event) -> bool
  SetEvtHandlerEnabled(*args, **kwargs)
SetEvtHandlerEnabled(self, bool enabled)
  SetNextHandler(*args, **kwargs)
SetNextHandler(self, EvtHandler handler)
  SetPreviousHandler(*args, **kwargs)
SetPreviousHandler(self, EvtHandler handler)
  Unbind(self, event, source, id, id2)
Disconencts the event handler binding for event from self.
    Inherited from Object
  Destroy(*args, **kwargs)
Destroy(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
    Inherited from EvtHandler
Implements __implemented__ = <implementedBy wx._core.EvtHandler>
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
    Inherited from Object
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net