On 29 oct. 10, at 09:02, pyt...@bdurham.com wrote:
Wondering if there are ways to use the Win32 API to get around the
following Tkinter limitations?
1. Inability to set custom mouse cursors via *.cur/*.ani files.
This is supposed to work with Tkinter, as specified in the tcl/tk
manual page here:
http://www.tcl.tk/man/tcl8.5/TkLib/GetCursor.htm#M9
Doing a widget.configure(cursor='@\path\to\cursor_file.cur') or
widget.configure(cursor='@\path\to\cursor_file.ani') is supposed to
work. Did you try it?
HTH
- Eric -
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32