Part of elisa.plugins.pigment.windows_messages_handler View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
21 | Method | __init__ | Undocumented |
28 | Method | add_wndproc | Add a new window proc handler to the viewport windows messages handler. |
46 | Method | remove_wndproc | Remove a window proc handler from the viewport windows messages handler. |
63 | Method | clean | Undocumented |
59 | Method | _on_windows_message | Undocumented |
Parameters | signal_id | windows signal ID
(type: int
) |
callback | callable(viewport, event) to call when signal is received by the viewport
(type: callable
) |