HomeSort by relevance Sort by last modified time
    Searched refs:dnd_accept (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/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
  /external/python/cpython3/Lib/tkinter/
dnd.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/gdb/darwin-x86/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/gdb/linux-x86/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/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 190 milliseconds