Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-09-05 20:31:16 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-09-05 21:44:59 (GMT)
commitdefd57dffbf8c24a1dd6ab33d69a4a92c1102151 (patch)
tree1e5a5ac41bddaa83f9cffd11b6cb776c0b27100f /epubadapter.py
parentef8b57606d8f4d49354d5019317ecc649ecdf521 (diff)
Add rotate buttons - SL #4583
Right now, is implemented only for pdf files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/epubadapter.py b/epubadapter.py
index 1946e51..e412675 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -70,6 +70,9 @@ class EpubViewer(epubview.EpubView):
def can_do_text_to_speech(self):
return False
+ def can_rotate(self):
+ return False
+
def get_marked_words(self):
"Adds a mark between each word of text."
i = self.current_word