Re: Signals: draw vs. expose_event
- From: "M Razhov" <mrazhov mail ru>
- To: gtk-app-devel-list gnome org
- Subject: Re: Signals: draw vs. expose_event
- Date: Sat, 18 Aug 2001 21:48:20 +0400
You should be fine just using expose.
"draw" is a legacy signal, and is gone in GTK 2.
What I am trying to do is damage a rectangle to redraw it
in the next loop iteration. I use gtk_widget_queue_draw_area,
but that doesn't seem to cause any expose_event to show up
on the queue. What's the correct way to do it?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]