Hi All:
Hope that this is the right list for this question, if not, please
forgive me.
Does anyone know what dylib - when building on Mac OS X - the class
nsViewManager is in? I'm sending some mousedown(s) via DispatchEvent
to a view manager obtained by:
nsCOMPtr< nsIPresShell > presShell;
docShell->GetEldestPresShell(getter_AddRefs(presShell));
if(presShell)
{
presContext = presShell->GetPresContext();
}
nsIViewManager* viewManager = presShell->GetViewManager();
and
result = viewManager->DispatchEvent(&mouseEvent, &status);
and it doesn't appear that the DispatchEvent method in nsViewManager
is getting called.
Any hints would be appreciated.
Best Regards...
John
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding