Home
last modified time | relevance | path

Searched refs:dnd_start (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Doc/library/
Dtkinter.dnd.rst20 call :func:`dnd_start`, where 'source' is the object to be dragged, and 'event'
58 .. function:: dnd_start(source, event)
/third_party/python/Lib/tkinter/
Ddnd.py109 def dnd_start(source, event): function
241 if dnd_start(self, event):