Re: GtkPlot

2010-04-05 Thread Dov Grobgeld
Attached below is a simple example. Something that you should keep in mind is that gtkplot expects you to keep the data around as long as the plot is displayed, i.e. it accepts a pointer to the data, but it does not copy it. Presumably for perfomance reasons. Regards, Dov #include #include #i

how to prevent standby during critical operations on linux

2010-04-05 Thread frm
Hi all, I've written an application based on GTK (which loads some gnome libs dynamically to avoid static linker dependencies) which needs to perform an important operation which cannot be interrupted by e.g. automatic standby because of user inactivity. I'd like to know how to tell the OS or