Thanks. I believe winsound module is only for windows. I'm on Fedora Linux. Any ideas on flashing the title bar ?
On 6/7/05, Le Boulanger Yann <[EMAIL PROTECTED]> wrote: > 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/
