window resize event for firefox using xpcom

246 Views Asked by At

I am creating XPCOM Extension for firefox,I want to handle resize event for firefox Can Anyone tell me how to Register For Resize event and how to handle resize event.

Nandkumar T.

1

There are 1 best solutions below

2
On BEST ANSWER

Just add an event listener for the resize event to the window that you are interested in.