コード例 #1
0
 def getAcceptCriterion(self):
     return AcceptAll.get()
コード例 #2
0
 def getAcceptCriterion(self):
     # Alternatively, could use the following criteria to eliminate some
     # checks in drop():
     # new And(IsDataBound.get(), new DragSourceIs(tree));
     return AcceptAll.get()
コード例 #3
0
 def getAcceptCriterion(self):
     # Alternatively, could use the following criteria to eliminate some
     # checks in drop():
     # new And(IsDataBound.get(), new DragSourceIs(tree));
     return AcceptAll.get()
コード例 #4
0
 def getAcceptCriterion(self):
     return AcceptAll.get()