views:

18

answers:

0

The global picture is that I want my Firefox X11 window to have its urgent flag set when (say) a new Gmail mail arrives.

I feel confident that I can produce the code to check Gmails arrival by reading some other Firefox extensions' code. What I can't figure out is how to get the Window ID of the webbrowser, so that I can call, say, an external program to raise the urgent flag (that is, setting the XUrgencyHint).

Any help appreciated; if my methodology (i.e. create an extension) is no good, don't hesitate to say so.