Beispiel #1
0
def canvas_proc(id_canvas,
                id_action,
                text='',
                color=-1,
                size=-1,
                x=-1,
                y=-1,
                x2=-1,
                y2=-1,
                style=-1,
                p1=-1,
                p2=-1):
    return ct.canvas_proc(id_canvas, id_action, text, color, size, x, y, x2,
                          y2, style, p1, p2)
Beispiel #2
0
def canvas_proc(id_canvas, id_action, text='', color=-1, size=-1, x=-1, y=-1, x2=-1, y2=-1, style=-1, p1=-1, p2=-1):
    return ct.canvas_proc(id_canvas, id_action, text, color, size, x, y, x2, y2, style, p1, p2)