tkinterDnD
tkinterDnD copied to clipboard
A nice and easy-to-use wrapper around the tkdnd package
Try version 2.8 from SOURCEFORGE if you run into errors with version 2.9.2. I installed using pip, had issues, so I downgraded to 2.8 by replacing the file contents of...
When a modal window displays (e.g. messagebox) whilst the parent window widgets are disabled, it is still possible to dnd into the parent window. Attached is your example from the...
Hi there, The example given on the main page doesn't work anymore. Python 3.11 Any reasons why? Installed right the module..
(Originally posted in python/cpython, closed there and opened here because of using this repo's library.) Handling of a Drag-n-Drop event with tkinter causes an exception: ``` File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.1520.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line...
Action | GNOME | Plasma | Windows | macOS -- |:--:|:--:|:--:|:--: Text dropping | ✅ | ✅ | ✅ | ❔ Text dragging | ✅ | ✅ | ✅ |...
The package does not work on Mac devices with M series chips because the provided Mac libraries are for x86_64. It would be nice if an arm64 version of the...