I'm looking for informations inside the frames (nsImageFrame, nsTextFrame and so on).
Subclassing these would not work, unless you then linked your code into gklayout... Also, all of these classes are sorta subject to change without notice, so if you expect code that won't break routinely....
Actually, i'm interrested in retrieving all informations rendered on the screen when a web page is completely loaded.
Sounds like you want to implement a rendering context, then, and have gecko paint to it.. I know someone was working on that for a bit (he wanted to render webpages to a 3-d object), but I'm not sure where he's gone.
-Boris _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
