Home | Trees | Index | Help |
|
---|
Package pywm :: Class appletBase |
|
Fl_Window
--+
|
appletBase
Base class for applet windows
The applet should register its callbacks as handlers by calling self.addHandlers()Method Summary | |
---|---|
Creates an applet window. | |
Adds a set of handlers for various events | |
Inherited from Fl_Window | |
Tries to activate this window and make it receive events | |
End a window's definition phase. | |
Hide the window | |
Move the window to x, y | |
Called when the mouse enters this window. | |
Called when the mouse enters this window. | |
Tries to activate this window and make it receive events | |
Make the window visible | |
Bring the window to the top where it will hopefully stay. |
Method Details |
---|
__init__(self,
wm,
x,
y,
w,
h)
|
addHandlers(self, **handlers)Adds a set of handlers for various events handlers are declared as keywords. See doc for WM.addHandlers for details |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Feb 27 15:47:09 2006 | http://epydoc.sf.net |