From e9e55bfa06421753ff2f8c5cbc59328628c69fd4 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 20 Jan 2009 03:18:05 +0000 Subject: ... --- (limited to 'Document.py') 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 """ -- cgit v0.9.1