On 2006-09-29 07:41:26 +0200 Yen-Ju Chen <[EMAIL PROTECTED]> wrote:
Here is a small application to embed GtkMozEmbed in GNUstep.
Basically, it reparents a GTK window into NSWindow,
and try to have NSRunLoop run with GMainLoop.
[...]

Has anyone actually managed to make it work? I get a core dump at line 119:

gtk_moz_embed_load_url(GTK_MOZ_EMBED(mozembed), "http://www.google.com";);

         gtk_container_add(GTK_CONTAINER(window), mozembed);
         gtk_widget_show(mozembed);
         gtk_widget_show(window);       <-- BOOM

        Window xwin = GDK_WINDOW_XWINDOW(GTK_WIDGET(window)->window);

--
Chris



_______________________________________________
Etoile-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-discuss

Répondre à