instant draw
- From: Jiang XU <jiang xu echostar com>
- To: gtk-list redhat com
- Subject: instant draw
- Date: Tue, 07 Sep 1999 10:33:34 -0600
I use gdk_draw_line() and other drawing function to draw a
GtkDrawingArea.
Since I use multi threads( using gdk_thread_lock....), I wonder whether
there is some way to instantly drawing.
Which means, after calling gdk_draw_line() (and other drawing
functions), the screen immediately shows what you have drawed.
I tried to emit the signal "expose_event" for that GtkDrawingArea, but
it doesn't work.
I also tried to use "gtk_widget_draw", which is some sort of the same
ways, but also failed.
Is there such a way to do that?
If anybody knows, teach me please
Thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]