Re: Window shape and back_pixmap
- From: Greg Breland <gbreland mozillanews org>
- To: Carlo <carlo-ag libero it>
- Cc: gtk-app-devel <gtk-app-devel-list gnome org>
- Subject: Re: Window shape and back_pixmap
- Date: Fri, 18 Feb 2005 09:40:51 -0600
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]