2009/1/23 Wayne Watson <sierra_mtnv...@sbcglobal.net>:
> And if I pass it, 'pcx', 'fits', 'dog', 'cat', ...?

I don't understand your question.  You can certainly do this:

tkFileDialog.asksaveasfilename(filetypes=[('PCX files', '*.pcx'),
('FITS files', '*.fits'), ('Dogs', '*.dog')])

If that's not what you want, you need to explain yourself better..

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to