def __init__(self, fill_color): Eye.__init__(self, fill_color) self._pixbufs = [] self._pixbufs.append(svg_str_to_pixbuf(lefteye_svg())) self._pixbufs.append(svg_str_to_pixbuf(centereye_svg())) self._pixbufs.append(svg_str_to_pixbuf(righteye_svg())) self._which_eye = 1
def __init__(self, fill_color): Eye.__init__(self, fill_color) self._pixbufs = [] self._pixbufs.append(svg_str_to_pixbuf(lefteye_svg())) self._pixbufs.append(svg_str_to_pixbuf(centereye_svg())) self._pixbufs.append(svg_str_to_pixbuf(righteye_svg())) self._which_eye = 2
def __init__(self, fill_color): Eye.__init__(self, fill_color) self._pixbuf = svg_str_to_pixbuf(eye_svg())
def __init__(self, fill_color): Eye.__init__(self, fill_color)
def __init__(self, fill_color): Eye.__init__(self, fill_color) self._pixbuf = svg_str_to_pixbuf(eyelashes_svg())