Home
last modified time | relevance | path

Searched refs:imgtype (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DTix.py396 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
408 return master.tk.call(('image', 'create', imgtype,) + options)
DTkinter.py3304 def __init__(self, imgtype, name=None, cnf={}, master=None, **kw): argument
3326 self.tk.call(('image', 'create', imgtype, name,) + options)
/external/python/cpython3/Lib/tkinter/
Dtix.py388 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
400 return master.tk.call(('image', 'create', imgtype,) + options)
D__init__.py3478 def __init__(self, imgtype, name=None, cnf={}, master=None, **kw): argument
3495 self.tk.call(('image', 'create', imgtype, name,) + options)