"How does my xpcom component receive mouse events from a XUL window?"
My first direction was to find more information on the difference between editor, browser, and iframe windows, the XUL Programmers's reference doesn't really give any information on the differences and why I would choose one over the other.
<http://www.mozilla.org/xpfe/xulref/>
I then started sifting through LXR and Google and found references to: nsIEventQueueService.h nsIEventQueue.h plevent.h all of which are no longer in LXR or the gecko-sdk 1.5
Did gecko decide to trash a cross-platform event notification system? Is the only way to send my component mouse events from a XUL app through javascript?
Thanks
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
