Searched refs:bindtags (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DFileDialog.py74 btags = self.files.bindtags()
75 self.files.bindtags(btags[1:] + btags[:1])
86 btags = self.dirs.bindtags()
87 self.dirs.bindtags(btags[1:] + btags[:1])
H A DTkinter.py968 def bindtags(self, tagList=None): member in class:Misc
969 """Set or get the list of bindtags for this widget.
971 With no argument return the list of all bindtags associated with
972 this widget. With a list of strings as argument the bindtags are
973 set to this list. The bindtags determine in which order events are
977 self.tk.call('bindtags', self._w))
979 self.tk.call('bindtags', self._w, tagList)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DFileDialog.py74 btags = self.files.bindtags()
75 self.files.bindtags(btags[1:] + btags[:1])
86 btags = self.dirs.bindtags()
87 self.dirs.bindtags(btags[1:] + btags[:1])
H A DTkinter.py968 def bindtags(self, tagList=None): member in class:Misc
969 """Set or get the list of bindtags for this widget.
971 With no argument return the list of all bindtags associated with
972 this widget. With a list of strings as argument the bindtags are
973 set to this list. The bindtags determine in which order events are
977 self.tk.call('bindtags', self._w))
979 self.tk.call('bindtags', self._w, tagList)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py74 btags = self.files.bindtags()
75 self.files.bindtags(btags[1:] + btags[:1])
86 btags = self.dirs.bindtags()
87 self.dirs.bindtags(btags[1:] + btags[:1])
H A DTkinter.py968 def bindtags(self, tagList=None): member in class:Misc
969 """Set or get the list of bindtags for this widget.
971 With no argument return the list of all bindtags associated with
972 this widget. With a list of strings as argument the bindtags are
973 set to this list. The bindtags determine in which order events are
977 self.tk.call('bindtags', self._w))
979 self.tk.call('bindtags', self._w, tagList)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py74 btags = self.files.bindtags()
75 self.files.bindtags(btags[1:] + btags[:1])
86 btags = self.dirs.bindtags()
87 self.dirs.bindtags(btags[1:] + btags[:1])
H A DTkinter.py968 def bindtags(self, tagList=None): member in class:Misc
969 """Set or get the list of bindtags for this widget.
971 With no argument return the list of all bindtags associated with
972 this widget. With a list of strings as argument the bindtags are
973 set to this list. The bindtags determine in which order events are
977 self.tk.call('bindtags', self._w))
979 self.tk.call('bindtags', self._w, tagList)

Completed in 503 milliseconds