: : > gtk_init (&argc, &argv); > GtkWidget *window = gtk_window_new (GTK_WINDOW_TOPLEVEL); : : > baseWindow = do_QueryInterface(webBrowser); > baseWindow->InitWindow(nativeWindowHandle, nsnull, 0, 0, 50, 50);
I think you should pass GtkWidget* 'window' as first argument to 'InitWindow' -- View this message in context: http://www.nabble.com/minimal-steps-until-nsIBaseWindow-%3ECreate%28%29-should-be-possible-tf3825288.html#a10869290 Sent from the Mozilla - Embedding mailing list archive at Nabble.com. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
