Module gui :: Class TaskBarIcon
[hide private]
[frames] | no frames]

Class TaskBarIcon

source code

     object --+            
              |            
wx._core.Object --+        
                  |        
wx._core.EvtHandler --+    
                      |    
wx._windows.TaskBarIcon --+
                          |
                         TaskBarIcon

Instance Methods [hide private]
TaskBarIcon
__init__(self, mw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_create_menu(self) source code
 
_set_icon(self) source code
 
CreatePopupMenu(self) source code
 
OnDclkRestore(self, _) source code
 
OnRestore(self, _) source code
 
OnMinimize(self, _) source code
 
OnClose(self, _) source code

Inherited from wx._windows.TaskBarIcon: Destroy, IsIconInstalled, IsOk, PopupMenu, RemoveIcon, SetIcon, __del__, __nonzero__, __repr__, __swig_destroy__

Inherited from wx._windows.TaskBarIcon (private): _setCallbackInfo

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

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

Inherited from wx._core.Object: GetClassName, IsSameAs

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

Properties [hide private]

Inherited from wx._windows.TaskBarIcon: thisown

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

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, mw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: TaskBarIcon
Overrides: object.__init__
(inherited documentation)