Searched defs:tagOrId (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 138 def addtag_above(self, tagOrId): argument 142 def addtag_below(self, tagOrId): argument 150 def addtag_withtag(self, tagOrId): argument
|
D | Tkinter.py | 2245 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__.py | 2409 def addtag_above(self, newtag, tagOrId): argument 2415 def addtag_below(self, newtag, tagOrId): argument 2432 def addtag_withtag(self, newtag, tagOrId): argument 2440 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 2446 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument 2523 def find_above(self, tagOrId): argument 2529 def find_below(self, tagOrId): argument 2546 def find_withtag(self, tagOrId): argument 2567 def itemcget(self, tagOrId, option): argument 2571 def itemconfigure(self, tagOrId, cnf=None, **kw): argument [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 660 def itemconfigure(self, tagOrId, cnf=None, **kw): argument
|