Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Document.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-20 03:18:05 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:12 (GMT)
commite9e55bfa06421753ff2f8c5cbc59328628c69fd4 (patch)
tree175c848bc85a4fbe8856e663fbe1cbfaad569384 /Document.py
parent85d58dbae681e3d13cd811bb9348d881b415ffc0 (diff)
...
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
"""