Searched defs:tagOrId (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | __init__.py | 2723 def addtag_above(self, newtag, tagOrId): argument 2731 def addtag_below(self, newtag, tagOrId): argument 2752 def addtag_withtag(self, newtag, tagOrId): argument 2762 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 2769 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument 2864 def find_above(self, tagOrId): argument 2872 def find_below(self, tagOrId): argument 2893 def find_withtag(self, tagOrId): argument 2920 def itemcget(self, tagOrId, option): argument 2925 def itemconfigure(self, tagOrId, cnf=None, **kw): argument [all …]
|
/third_party/python/Lib/test/ |
D | test_pydoc.py | 790 def itemconfigure(self, tagOrId, cnf=None, **kw): argument
|