Shift all view changing functionality to the new Views bar

This commit is contained in:
Veronica Berglyd Olsen
2022-05-10 22:14:35 +02:00
parent ea09a53496
commit 864b06a0e7
6 changed files with 102 additions and 74 deletions
+13
View File
@@ -130,6 +130,19 @@ class nwState(Enum):
# END Enum nwState
class nwView(Enum):
PROJECT = 0
NOVEL = 1
OUTLINE = 2
DETAILS = 3
STATS = 4
SET_PROJ = 5
SET_MAIN = 6
# END Enum nwView
class nwWidget(Enum):
TREE = 1