[issue32426] Tkinter.ttk Widget does not define wich option exists to set the cursor

2020-11-12 Thread Alessandro Piccione


Alessandro Piccione  added the comment:

As suggested the documentation for "cursor" is here: 
https://www.tcl.tk/man/tcl/TkCmd/cursors.htm

Close [SOLVED]

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32426] Tkinter.ttk Widget does not define wich option exists to set the cursor

2020-11-12 Thread Pat Thoyts


Pat Thoyts  added the comment:

The Tk documentation for the acceptable cursor names is the cursors manual 
page. https://www.tcl.tk/man/tcl/TkCmd/cursors.htm

Tk does not provide a way to get all these names in script.

This should probably be closed.

--
nosy: +patthoyts

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32426] Tkinter.ttk Widget does not define wich option exists to set the cursor

2017-12-29 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

The tkinter docs currently omit much, but refer one to, among other places, 
http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html, which has a page 
with images and names.
http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/cursors.html

--
nosy: +serhiy.storchaka, terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32426] Tkinter.ttk Widget does not define wich option exists to set the cursor

2017-12-25 Thread Alessandro Piccione

New submission from Alessandro Piccione :

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

--
components: Tkinter
messages: 309045
nosy: alex.75
priority: normal
severity: normal
status: open
title: Tkinter.ttk Widget does not define wich option exists to set the cursor
type: resource usage
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com