Prash wrote:
Peeps,
How do i make my system sound an alarm and flash the title bar when
minimized? If you use yahoo or aol messenger and if someone IMs you
then the title bar flashes and it sounds an alarm. How do I do this in
pygtk?
for playing sound under win you have a winsound module:
import winsound
winsound.PlaySound(path_to_soundfile,
winsound.SND_FILENAME|winsound.SND_ASYNC)
Yann
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/