Module GUI2Exe :: Class GUI2ExeApp
[hide private]
[frames] | no frames]

Class GUI2ExeApp

source code

     object --+                
              |                
wx._core.Object --+            
                  |            
wx._core.EvtHandler --+        
                      |        
         wx._core.PyApp --+    
                          |    
               wx._core.App --+
                              |
                             GUI2ExeApp

Nested Classes [hide private]

Inherited from wx._core.App: outputWindowClass


Instance Methods [hide private]
  OnInit(self)

Inherited from wx._core.App: Destroy, MainLoop, OnPreInit, RedirectStdio, RestoreStdio, SetOutputWindowAttributes, SetTopWindow, __del__, __init__

Inherited from wx._core.PyApp: Dispatch, Exit, ExitMainLoop, GetAppName, GetAssertMode, GetClassName, GetExitOnFrameDelete, GetLayoutDirection, GetPrintMode, GetTopWindow, GetTraits, GetUseBestVisual, GetVendorName, IsActive, Pending, ProcessIdle, ProcessPendingEvents, SendIdleEvents, SetAppName, SetAssertMode, SetClassName, SetExitOnFrameDelete, SetPrintMode, SetUseBestVisual, SetVendorName, WakeUpIdle, Yield, __swig_destroy__

Inherited from wx._core.PyApp (private): _BootstrapApp, _setCallbackInfo

Inherited from wx._core.EvtHandler: AddPendingEvent, Bind, Connect, Disconnect, GetEvtHandlerEnabled, GetNextHandler, GetPreviousHandler, ProcessEvent, SetEvtHandlerEnabled, SetNextHandler, SetPreviousHandler, Unbind

Inherited from wx._core.EvtHandler (private): _setOORInfo

Inherited from wx._core.Object: IsSameAs, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Static Methods [hide private]

Inherited from wx._core.PyApp: GetComCtl32Version, GetMacAboutMenuItemId, GetMacExitMenuItemId, GetMacHelpMenuTitleName, GetMacPreferencesMenuItemId, GetMacSupportPCMenuShortcuts, IsDisplayAvailable, IsMainLoopRunning, SetMacAboutMenuItemId, SetMacExitMenuItemId, SetMacHelpMenuTitleName, SetMacPreferencesMenuItemId, SetMacSupportPCMenuShortcuts


Properties [hide private]

Inherited from wx._core.PyApp: Active, AppName, AssertMode, ClassName, ExitOnFrameDelete, LayoutDirection, PrintMode, TopWindow, Traits, UseBestVisual, VendorName, thisown

Inherited from wx._core.EvtHandler: EvtHandlerEnabled, NextHandler, PreviousHandler

Inherited from object: __class__


Method Details [hide private]

OnInit(self)

source code 
None