#include <gnome.h> struct GnomeProcBar; #define GNOME_PROC_BAR__CLASS (klass) |
|
The GnomeProcBar widget is used to display load graphs like cpu usage, memory and swap load. It is for instance used in the cpumemusage applet and in GTop.
#define GNOME_PROC_BAR__CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gnome_proc_bar_get_type (), GnomeProcBarClass) |
|
Creates a new Gnome Process Bar.
void gnome_proc_bar_set_values (GnomeProcBar *pb, unsigned |
void gnome_proc_bar_set_orient (GnomeProcBar *pb, |
void gnome_proc_bar_start (GnomeProcBar *pb, |
void gnome_proc_bar_update (GnomeProcBar *pb, |