This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex.75
Recipients alex.75
Date 2017-12-25.22:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514241431.48.0.213398074469.issue32426@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation of Tkinter.ttk Widget it is defined the "cursor" parameter. It is:
cursor	
Specifies the mouse cursor to be used for the widget. If set to the empty string (the default), the cursor is inherited for the parent widget.

There is not ANY way to knok wich value this parameter accept.
Searching "cursor" in the documentation does not find nothing, apart database cursor and this page (Tkinter.ttk.Widget).

Thanks,

Alessandro
History
Date User Action Args
2017-12-25 22:37:11alex.75setrecipients: + alex.75
2017-12-25 22:37:11alex.75setmessageid: <1514241431.48.0.213398074469.issue32426@psf.upfronthosting.co.za>
2017-12-25 22:37:11alex.75linkissue32426 messages
2017-12-25 22:37:10alex.75create