Actually the goodies are quite easily available from C++ but my nsCOMPtr foo may leave something to be desired:
nsCOMPtr<nsIBoxObject> boxObject;
browserXULElement->GetBoxObject(getter_AddRefs(boxObject));
nsCOMPtr<nsIDocShell> docShell;
boxObject->GetDocShell(getter_AddRefs(docShell));
I see no docShell property or getDocShell function on nsIBoxObject. What am I missing?
-Boris
_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
