Highlights & Cursors
Laura Creighton
lac at strakt.com
Sun Feb 17 08:50:53 EST 2002
More information about the Python-list mailing list
Sun Feb 17 08:50:53 EST 2002
- Previous message (by thread): help with silly algorhythm
- Next message (by thread): Highlights & Cursors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> [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
- Previous message (by thread): help with silly algorhythm
- Next message (by thread): Highlights & Cursors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list