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
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