def onPrint():
MB.showinfo('FYI','Make sure your printer is turned on and ready!\nThen press OK ;-)\n\nTested with hp f340')
l = [(canvas.type(obj),canvas.coords(obj)) for obj in canvas.find_all()]
print l
print_canvas(l)
评论列表
文章目录