Hi, Jean-Yves Lamoureux <[EMAIL PROTECTED]> writes:
> It works well now. Hum. don't crash anymore. > So I've a clear window, with NOTHING in it. just a window. > I've a pixmap too. so I wanted to put, as Nuno said, the pixmap in > background. But all I get is a blank window. Did I miss something ? > > gdk_window_set_back_pixmap ((GdkWindow*)AboutWindow, (GdkPixmap*)pixmap, > GDK_PARENT_RELATIVE ); > > gtk_widget_show (pixmap); > gtk_widget_show (AboutWindow); are we mixing gtk and gdk types again? Didn't we want to use -Wall and didn't we promise no to ask here unless there are no compiler warnings? Is GDK_PARENT_RELATIVE really a gboolean? Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
