Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
Diffstat (limited to 'face.py')
-rw-r--r--face.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/face.py b/face.py
index 64693f6..dd4bf90 100644
--- a/face.py
+++ b/face.py
@@ -23,6 +23,7 @@ import speak.espeak
import speak.face
import theme
+
class Face(gtk.EventBox):
def __init__(self):
gtk.EventBox.__init__(self)
@@ -46,6 +47,7 @@ class Face(gtk.EventBox):
pixbuf = card._read_icon_data('front')
self.window.draw_pixbuf(None, pixbuf, 0, 0, 0, 0)
+
def look_at():
if not speak.espeak.supported:
return
@@ -57,6 +59,7 @@ def look_at():
if i.parent:
i.face.look_at(x, y)
+
def acquire():
if not speak.espeak.supported:
return None