Added selection functions to the context menu

This commit is contained in:
Veronica K. B. Olsen
2020-09-06 13:46:00 +02:00
parent d4f7d8eb67
commit a6a65fb7d2
2 changed files with 48 additions and 10 deletions
+2
View File
@@ -245,6 +245,7 @@ class nwUnicode:
## Symbols
U_CHECK = "\u2714" # Heavy check mark
U_MULT = "\u2715" # Multiplication x
U_BULL = "\u2022" # List bullet
## Arrows
U_UTRI = "\u25b2" # Up-pointing triangle
@@ -294,6 +295,7 @@ class nwUnicode:
## Symbols
H_CHECK = "✔"
H_MULT = "✕"
H_BULL = "•"
## Arrows
H_UTRI = "▲"