Class e.p.p.w.WindowsMessageSource(gobject.Source):

Part of elisa.plugins.poblesec.windows_message View In Hierarchy

A gobject source to attach to your main loop. It will create an invisible window for you and call your window proc(s) when the window receives messages.
Line # Kind Name Docs
34 Method __init__ Undocumented
56 Method add_wndproc
64 Method destroy Undocumented
72 Method register_device_notification Add a guid for which we want to receive device notifications.
82 Method prepare Undocumented
86 Method check Undocumented
92 Method dispatch Undocumented
53 Method _main_wnd_proc Undocumented
def __init__(self):
Undocumented
def _main_wnd_proc(self, hwnd, msg, wParam, lParam):
Undocumented
def add_wndproc(self, window_procs):
Parameterswindow_procsa dict of message type:callback (type: dict )
def destroy(self):
Undocumented
def register_device_notification(self, guid):
Add a guid for which we want to receive device notifications.
def prepare(self):
Undocumented
def check(self):
Undocumented
def dispatch(self, callback, args):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.