Searched refs:dlgclass (Results 1 – 4 of 4) sorted by relevance
123 def tix_filedialog(self, dlgclass=None): argument132 if dlgclass is not None:133 return self.tk.call('tix', 'filedialog', dlgclass)
127 def tix_filedialog(self, dlgclass=None): argument136 if dlgclass is not None:137 return self.tk.call('tix', 'filedialog', dlgclass)
542 .. method:: tixCommand.tix_filedialog([dlgclass])547 calls to :meth:`tix_filedialog`. An optional dlgclass parameter can be passed
555 .. method:: tixCommand.tix_filedialog([dlgclass])560 calls to :meth:`tix_filedialog`. An optional dlgclass parameter can be passed