Hello,

I've got a problem using GtkFixed.
Using the following code, the window is empty when I
launch the app.

fixed = gtk_fixed_new();
Moz = gtk_moz_embed_new();

gtk_container_add (GTK_CONTAINER (window), fixed);
gtk_fixed_put(GTK_FIXED(fixed), Moz,0,0);

gtk_moz_embed_load_url(GTK_MOZ_EMBED(Moz),"about:");
gtk_widget_show_all(window);

Christophe HAUSER
http://kereoz.sup.fr

__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible 
contre les messages non sollicités 
http://mail.yahoo.fr Yahoo! Mail 
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to