Highlights & Cursors

Laura Creighton lac at strakt.com
Sun Feb 17 08:50:53 EST 2002


> [Lawrence Oluyede]
> > My question is: how can i change the cursor in a frame or some others
> > widgets?
> >
> 
> You mean this ?
> 
> from Tkinter import *
> widget = Button(text='new cursor', padx=10, pady=4)
> widget.pack()
> widget.config(cursor='cross')    # others: 'gumby' 'hand2' 'pencil'
> 'watch'
> mainloop()
> 
> Don't ask me the best place to look up Tkinter things like this on the
> internet i am still looking for that myself :)
> 
 Get John Shipman's 84 page guide.
http://www.nmt.edu/tcc/help/lang/python/tkinter.html
This is on page 9

Laura Creighton




More information about the Python-list mailing list