Tutorial4: Mention where the extension menu is located
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
c3a07f2402
commit
6d3003313a
|
@ -1,7 +1,9 @@
|
||||||
# Falkon Python Tutorial - 4. Adding entry to the extension menu
|
# Falkon Python Tutorial - 4. Adding entry to the extension menu
|
||||||
|
|
||||||
|
The extension menu is located at `Tools`: `Extensions`.
|
||||||
|
|
||||||
To add an entry to extension menu the `populateExtensionsMenu(self, menu)` method has to be implemented in plugin class.
|
To add an entry to extension menu the `populateExtensionsMenu(self, menu)` method has to be implemented in plugin class.
|
||||||
The reason can be faound in the [source code](https://github.com/KDE/falkon/blob/master/src/lib/plugins/plugininterface.h)
|
The reason can be found in the [source code](https://github.com/KDE/falkon/blob/master/src/lib/plugins/plugininterface.h)
|
||||||
|
|
||||||
The parameter menu is the menu into which the new entry / action will be added.
|
The parameter menu is the menu into which the new entry / action will be added.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user