Button cursor : Cursor : GUI Tk PYTHON examples


PYTHON examples » GUI Tk » Cursor »

 

Button cursor


Button cursor: gumby


from Tkinter import *
widget = Button(text='Spam', padx=10, pady=10)
widget.pack(padx=20, pady=20)
widget.config(cursor='gumby')

widget.config(font=('helvetica', 20'underline italic'))
mainloop()

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo GUI Tk
» Cursor