-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A custom right click menu can be added to a marker with myMenu = { # key is the title and value is the function to call 'My fancy marker menu entry 1': function1, # separators can also be added '-': None, 'And a second entry after the separator': function2 } map_widget.set_marker(x, y, menu=myMenu)
- Loading branch information
1 parent
eb84f60
commit 3ce10d6
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters