Home
last modified time | relevance | path

Searched defs:tagOrId (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DCanvas.py138 def addtag_above(self, tagOrId): argument
142 def addtag_below(self, tagOrId): argument
150 def addtag_withtag(self, tagOrId): argument
DTkinter.py2245 def addtag_above(self, newtag, tagOrId): argument
2251 def addtag_below(self, newtag, tagOrId): argument
2268 def addtag_withtag(self, newtag, tagOrId): argument
2276 def tag_unbind(self, tagOrId, sequence, funcid=None): argument
2282 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument
2359 def find_above(self, tagOrId): argument
2365 def find_below(self, tagOrId): argument
2382 def find_withtag(self, tagOrId): argument
2403 def itemcget(self, tagOrId, option): argument
2407 def itemconfigure(self, tagOrId, cnf=None, **kw): argument
[all …]
/external/python/cpython3/Lib/tkinter/
D__init__.py2690 def addtag_above(self, newtag, tagOrId): argument
2698 def addtag_below(self, newtag, tagOrId): argument
2719 def addtag_withtag(self, newtag, tagOrId): argument
2729 def tag_unbind(self, tagOrId, sequence, funcid=None): argument
2736 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument
2831 def find_above(self, tagOrId): argument
2839 def find_below(self, tagOrId): argument
2860 def find_withtag(self, tagOrId): argument
2887 def itemcget(self, tagOrId, option): argument
2892 def itemconfigure(self, tagOrId, cnf=None, **kw): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_pydoc.py790 def itemconfigure(self, tagOrId, cnf=None, **kw): argument