We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d294558 commit f1f1627Copy full SHA for f1f1627
library/tkinter.dnd.po
@@ -43,8 +43,8 @@ msgid ""
43
"your callback function)."
44
msgstr ""
45
":mod:`tkinter.dnd` 模組為單一應用程式內、同一個視窗內或視窗之間的物件提供拖放"
46
-"支援。要讓一個物件可以被拖動,你必須為它建立一個事件繫結來啟動拖放過程。通"
47
-"常,你會將一個 ButtonPress 事件繫結到你所寫的回呼函式(請參閱 :ref:`Bindings-"
+"支援。要讓一個物件可以被拖動,你必須為它建立一個事件繫結來啟動拖放過程。你"
+"通常會將一個 ButtonPress 事件繫結到你所寫的回呼函式(請參閱 :ref:`Bindings-"
48
"and-Events`)。該函式應該呼叫 :func:`dnd_start`,其中 'source' 是要被拖動的物"
49
"件,而 'event' 是觸發呼叫的事件(你的回呼函式的引數)。"
50
0 commit comments