Re: [gtk-list] foreground processes
- From: Joe Pfeiffer <pfeiffer cs nmsu edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] foreground processes
- Date: Mon, 25 Jan 1999 08:30:47 -0700
In my case I have a large bitmap -- array of chars and iteration
process, that changes it. After each change I need my DrawingArea to be
redraw (drawingarea is just an interface to bitmap). And I need this
process to be stoped when I want.
This sounds like a program that wants a
while (m->events_pending() > 0)
m->iteration();
loop inserted in your main updating loop.
--
Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605
Department of Computer Science FAX -- (505) 646-1002
New Mexico State University http://www.cs.nmsu.edu/~pfeiffer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]