Initial checkin of the presentor
[watersofshiloah] / src / imagestore.py
index 7119d65..e5e351c 100644 (file)
@@ -6,6 +6,26 @@ import gtk
 
 class ImageStore(object):
 
+       STORE_LOOKUP = {
+               "next": "next.png",
+               "prev": "prev.png",
+               "pause": "pause.png",
+               "play": "play.png",
+               "stop": "stop.png",
+               "generic_background": "radiobackground_01.png",
+               "night_temple_background": "radiobackground_02.png",
+               "day_temple_background": "radiobackground_03.png",
+               "presidency_background": "radiobackground_04.png",
+               "scriptures_background": "radiobackground_05.png",
+               "conference": "conference.png",
+               "magazines": "magazines.png",
+               "more": "more.png",
+               "mormonmessages": "mormonmessages.png",
+               "radio": "radio.png",
+               "scriptures": "scriptures.png",
+               "icon": "icon.png",
+       }
+
        def __init__(self, storePath, cachePath):
                self._storePath = storePath
                self._cachePath = cachePath