Some changes to item classes, and added a sample context menu to the tree view

This commit is contained in:
Veronica K. B. Olsen
2019-04-13 21:45:55 +02:00
parent eca8a807ce
commit 4d448cad9d
4 changed files with 51 additions and 24 deletions
+3 -2
View File
@@ -26,7 +26,8 @@ class nwItemClass(Enum):
NONE = 0
NOVEL = 1
CHAPTER = 2
CHARACTER = 3
WORLD = 4
SCENE = 3
CHARACTER = 4
WORLD = 5
# END Enum nwItemClass