Skip to content

Commit

Permalink
Added TkDND support to tkinter
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Paine committed Jun 13, 2020
1 parent 29c1172 commit 9a27b14
Show file tree
Hide file tree
Showing 8 changed files with 823 additions and 15 deletions.
12 changes: 7 additions & 5 deletions Doc/library/tkinter.dnd.rst
@@ -1,16 +1,18 @@
:mod:`tkinter.dnd` --- Drag and drop support
============================================
:mod:`tkinter.dnd` --- Deprecated drag and drop support
=======================================================

.. module:: tkinter.dnd
:platform: Tk
:synopsis: Tkinter drag-and-drop interface
:deprecated:

**Source code:** :source:`Lib/tkinter/dnd.py`

--------------
.. deprecated:: 3.10
The :mod:`tkinter.dnd` module is deprecated in favour of the TkDND bindings
in the main :mod:`tkinter` module.

.. note:: This is experimental and due to be deprecated when it is replaced
with the Tk DND.
--------------

The :mod:`tkinter.dnd` module provides drag-and-drop support for objects within
a single application, within the same window or between windows. To enable an
Expand Down

0 comments on commit 9a27b14

Please sign in to comment.