Re: Window shape and back_pixmap



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;
          ^^^^
}





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]