Issue 30210: No Documentation on tkinter dnd module (original) (raw)
Issue30210
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) * ![]() |
Date: 2022-01-30 00:09 |
Doc was added under : https://docs.python.org/3/library/tkinter.dnd.html |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:45 | admin | set | github: 74396 |
2022-01-30 00:09:22 | iritkatriel | set | status: open -> closedsuperseder: Add doc for tkinter commondialog.Dialog and subclassesnosy: + iritkatrielmessages: + resolution: duplicatestage: needs patch -> resolved |
2017-04-30 12:05:43 | martin.panter | link | issue15346 dependencies |
2017-04-30 11:45:55 | serhiy.storchaka | set | stage: needs patch |
2017-04-30 11:23:11 | xiang.zhang | set | nosy: + gpolo, serhiy.storchaka |
2017-04-29 18:46:01 | anthony-flury | create |