ODT export
The UI and the ODT exporter it self.
This commit is contained in:
parent
bc5a3e8d14
commit
a2703dc735
2 changed files with 340 additions and 0 deletions
324
studio/story.py
324
studio/story.py
File diff suppressed because one or more lines are too long
|
@ -551,6 +551,22 @@ def layer(win):
|
|||
url="story_editor")
|
||||
|
||||
|
||||
# Export to ODT
|
||||
def do():
|
||||
story.export_to_odt(win)
|
||||
|
||||
UI_elements.roundrect(layer, win,
|
||||
5,
|
||||
555,
|
||||
40,
|
||||
40,
|
||||
10,
|
||||
do,
|
||||
"export",
|
||||
talk.text("export_tooltip"),
|
||||
url="story_editor")
|
||||
|
||||
|
||||
# Bottom
|
||||
|
||||
# Multiuser
|
||||
|
|
Loading…
Reference in a new issue