Package bitfling :: Module bitfling :: Class MyTaskBarIcon
[hide private]
[frames] | no frames]

Class MyTaskBarIcon

source code

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

Instance Methods [hide private]
TaskBarIcon
__init__(self, mw, menu)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
GoAway(self) source code
 
OnConfig(self, _) source code
 
OnLog(self, _) source code
 
OnHelp(self, _) source code
 
OnRescan(self, _) source code
 
OnExit(self, _) source code
 
OnRButtonUp(self, evt=None) source code
 
OnLButtonUp(self, evt=None) source code
 
OnLeftDown(self, evt) source code
 
OnMouseMotion(self, evt) source code
 
windowsinit(self, iconfile) source code
 
genericinit(self, iconfile) 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, menu)
(Constructor)

source code 

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

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