Searched refs:imgtype (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 388 def image_create(self, imgtype, cnf={}, master=None, **kw): argument 400 return master.tk.call(('image', 'create', imgtype,) + options)
|
D | __init__.py | 3484 def __init__(self, imgtype, name=None, cnf={}, master=None, **kw): argument 3501 self.tk.call(('image', 'create', imgtype, name,) + options)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 392 def image_create(self, imgtype, cnf={}, master=None, **kw): argument 404 return master.tk.call(('image', 'create', imgtype,) + options)
|
D | Tkinter.py | 3309 def __init__(self, imgtype, name=None, cnf={}, master=None, **kw): argument 3331 self.tk.call(('image', 'create', imgtype, name,) + options)
|