The expose event wouldn't work for me either unless, as you did, I
returned TRUE.  I even tried calling _after all the other expose events
with no luck.  I ended up having to set the background pixmap on "show"
of the window.  I have no way of knowing if it will work on Windows
though.

On Fri, 2005-02-18 at 05:32, Carlo wrote:
> In order to see what were happening, I tried to hook the window expose 
> event:
> 
> gboolean on_winmain_expose_event (GtkWidget *      widget,
>                                    GdkEventExpose * event,
>                                    gpointer         user_data)
>    return TRUE;
>           ^^^^
> }


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to