[python-win32] Using Win32 API to get around Tkinter limitations?
Eric Brunel
eric.brunel at pragmadev.com
Fri Oct 29 11:49:19 CEST 2010
On 29 oct. 10, at 09:02, python at 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 -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20101029/148ca154/attachment.html>
More information about the python-win32
mailing list