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.

classification
Title: No Documentation on tkinter dnd module
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6, Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Add doc for tkinter commondialog.Dialog and subclasses
View: 25237
Assigned To: docs@python Nosy List: anthony-flury, docs@python, gpolo, iritkatriel, serhiy.storchaka
Priority: normal Keywords:

Created on 2017-04-29 18:46 by anthony-flury, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg292596 - (view) Author: Anthony Flury (anthony-flury) * Date: 2017-04-29 18:46
There is a level of drag and drop support within the tkinter package - namely the tkinter.dnd module. However there is no documentation at this time about drag and drop either on docs.python.org or on the tkinter reference manual.

The only documentation available is via the help command in the python console. or by reading the source code - neither of which are the first point of call for documentation.
msg412112 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-01-30 00:09
Doc was added under issue25237:

https://docs.python.org/3/library/tkinter.dnd.html
History
Date User Action Args
2022-04-11 14:58:45adminsetgithub: 74396
2022-01-30 00:09:22iritkatrielsetstatus: open -> closed

superseder: Add doc for tkinter commondialog.Dialog and subclasses

nosy: + iritkatriel
messages: + msg412112
resolution: duplicate
stage: needs patch -> resolved
2017-04-30 12:05:43martin.panterlinkissue15346 dependencies
2017-04-30 11:45:55serhiy.storchakasetstage: needs patch
2017-04-30 11:23:11xiang.zhangsetnosy: + gpolo, serhiy.storchaka
2017-04-29 18:46:01anthony-flurycreate