Add onActivate and onDeactivate signals

This commit is contained in:
2020-05-07 08:39:13 +02:00
parent acc5ef7f4f
commit 3b7247f97e
3 changed files with 15 additions and 2 deletions

View File

@@ -59,6 +59,11 @@ extension emit one of the following signals :
* onDblClick
* onRightDblClick
Other signals are available when extension is activated/deactivated :
* onActivate
* onDeactivate
Example
-------