Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Document.py
diff options
context:
space:
mode:
Diffstat (limited to 'Document.py')
-rw-r--r--Document.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/Document.py b/Document.py
index e8fbd31..5d01dc2 100644
--- a/Document.py
+++ b/Document.py
@@ -22,12 +22,16 @@ def load(filepath):
def save(filepath):
pass
-def get_pixbuf(index):
+def get_screen(index):
+ return gtk.gdk.pixbuf_new_from_file(
+ Theme.path('images/pics/Elephant/bigelephant0.gif'))
+
+def get_tape(index):
return gtk.gdk.pixbuf_new_from_file_at_size(
Theme.path('images/pics/Elephant/bigelephant0.gif'),
Theme.FRAME_SIZE, Theme.FRAME_SIZE)
-def clean_pixbuf(index):
+def clean(index):
pass
"""