tkinter 怎么将箭头变成小手指
def show_arrow_cursor(event):text.config(cursor='arrow')
def show_xterm_cursor(event):
text.config(cursor='xterm')
请问把形状变成小手指应该怎么变?就平时我们点击按钮时的那种小手指{:10_266:} https://www.cnblogs.com/keyi/p/6857524.html 设置 cursor:hand def show_arrow_cursor(event):
text.config(cursor='hand2')
参考了B站弹幕大神
页:
[1]