Raising figure windows

Hello!

I use matplotlib in interactive mode with the wxAgg backend under WindowsXP. It often happens that I have quite a lot figure windows hidden by other windows. Then it is difficult to pick the right figure window from the taskbar, since their titles all start with 'Figure...' and additionally, I can't remember which number is which plot.

Therefor, I would like to raise all my figure windows to the top of my cluttered desktop... Is there a command like

f = figure()
# put the figure to the background
f.raise()

that will take the figure window to the top of all other windows?

Thanks
Lars