OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnd_accept
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py
34
dnd_accept
, this should be a function (or any callable object). The
35
function is called as
dnd_accept
(source, event), where 'source' is the
38
it can also be <ButtonPress> or <ButtonRelease>). If the
dnd_accept
()
40
object. If
dnd_accept
() returns None, or if the target widget has no
41
dnd_accept
attribute, the target widget's parent is considered as the
158
attr = target_widget.
dnd_accept
274
self.canvas.
dnd_accept
= self.
dnd_accept
276
def
dnd_accept
(self, source, event):
member in class:Tester
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py
34
dnd_accept
, this should be a function (or any callable object). The
35
function is called as
dnd_accept
(source, event), where 'source' is the
38
it can also be <ButtonPress> or <ButtonRelease>). If the
dnd_accept
()
40
object. If
dnd_accept
() returns None, or if the target widget has no
41
dnd_accept
attribute, the target widget's parent is considered as the
158
attr = target_widget.
dnd_accept
274
self.canvas.
dnd_accept
= self.
dnd_accept
276
def
dnd_accept
(self, source, event):
member in class:Tester
Completed in 7927 milliseconds