Exemplo n.º 1
0
def gen(percentage):
    pixbuf = draw_cake_pixbuf(percentage)
    return Gtk.Image.new_from_pixbuf(pixbuf)
Exemplo n.º 2
0
def gen(percentage):
    pixbuf = draw_cake_pixbuf(percentage)
    return gtk.image_new_from_pixbuf(pixbuf)
Exemplo n.º 3
0
def gen(percentage):
    pixbuf = draw_cake_pixbuf(percentage)
    return Gtk.Image.new_from_pixbuf(pixbuf)
Exemplo n.º 4
0
def gen(percentage):
    pixbuf = draw_cake_pixbuf(percentage)
    return gtk.image_new_from_pixbuf(pixbuf)