Alex wrote:

Can you tell me please which source files in the mozilla source contain the code responsible for widgets drawing? I am asking because for our application we would like to use web forms, but we also want to be able to catch the events directly from the widgets.

The widget drawing and the event handling are mostly unrelated. Do you want to catch the events as DOM events? If so, you can just call myformelement.addEventListener() to handle the events you're interested in.

--BDS
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to