Hi, I have got problem with destroying nsIWebBrowser object that I have created. I am embedding gecko in linux/gtk environment and here what happens:
1. First I initialize nsIWebBrowserObject with TOPLEVEL gtk window for gecko 2. At the end of using Web browser I do nsIBaseWindow->Destroy () and then I gtk_widget_destroy this topelevel window. At this stage I receive a lot of gtk_widget_hide, gtk_widget_destroy critical error messages saying that assertion GTK_IS_WIDGET failed What might be the problem? Kind regards, Karol -- View this message in context: http://www.nabble.com/Destroying-WebBrowser-object-tp22495734p22495734.html Sent from the Mozilla - Embedding mailing list archive at Nabble.com. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
