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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 501 def tk_focusNext(self):
510 name = self.tk.call('tk_focusNext', self._w)
514 """Return previous widget in the focus order. See tk_focusNext for details."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 501 def tk_focusNext(self):
510 name = self.tk.call('tk_focusNext', self._w)
514 """Return previous widget in the focus order. See tk_focusNext for details."""
    [all...]

Completed in 26 milliseconds