Re: [gtk-list] continuously drawing without events?
- From: Hrvoje Niksic <hniksic srce hr>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] continuously drawing without events?
- Date: 23 Feb 1999 13:48:05 +0100
"Christian B. Westermann" <christian.westermann@phim.unibe.ch> writes:
> Is it possible to solve that problem without events, i.e to run a
> function in the background that updates the plot with the incoming
> new data after gtk_main() is called?
If the "incoming new data" arrives through a file descriptor, look at
the "Monitoring IO" section of the tutorial. If it arrives at random
intervals, setup a timeout.
If you provide more details about what you're attempting to do, you'll
probably get more specific answers.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]