OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imgtype
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
399
def image_create(self,
imgtype
, cnf={}, master=None, **kw):
411
return master.tk.call(('image', 'create',
imgtype
,) + options)
[
all
...]
Tkinter.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
399
def image_create(self,
imgtype
, cnf={}, master=None, **kw):
411
return master.tk.call(('image', 'create',
imgtype
,) + options)
[
all
...]
Tkinter.py
[
all
...]
Completed in 202 milliseconds