More reorganisation of the main menu

This commit is contained in:
Veronica K. B. Olsen
2019-04-27 16:09:33 +02:00
parent fdf41f383a
commit 7c6393302a
3 changed files with 129 additions and 67 deletions
+8 -6
View File
@@ -39,12 +39,14 @@ class nwItemClass(Enum):
class nwItemLayout(Enum):
NO_LAYOUT = 0
TITLE_PAGE = 1
SIMPLE_PAGE = 2
PARTITION = 3
CHAPTER = 4
SCENE = 5
NOTE = 6
TITLE = 1
BOOK = 2
PAGE = 3
PARTITION = 4
UNNUMBERED = 5
CHAPTER = 6
SCENE = 7
NOTE = 8
# END Enum nwItemLayout