Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/
Dtix.py123 def tix_filedialog(self, dlgclass=None): argument
132 if dlgclass is not None:
133 return self.tk.call('tix', 'filedialog', dlgclass)
/external/python/cpython2/Lib/lib-tk/
DTix.py127 def tix_filedialog(self, dlgclass=None): argument
136 if dlgclass is not None:
137 return self.tk.call('tix', 'filedialog', dlgclass)
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst542 .. method:: tixCommand.tix_filedialog([dlgclass])
547 calls to :meth:`tix_filedialog`. An optional dlgclass parameter can be passed
/external/python/cpython2/Doc/library/
Dtix.rst555 .. method:: tixCommand.tix_filedialog([dlgclass])
560 calls to :meth:`tix_filedialog`. An optional dlgclass parameter can be passed