WGauge             64 lib/widget/gauge.c     WGauge *g = GAUGE (w);
WGauge            130 lib/widget/gauge.c WGauge *
WGauge            134 lib/widget/gauge.c     WGauge *g;
WGauge            137 lib/widget/gauge.c     g = g_new (WGauge, 1);
WGauge            154 lib/widget/gauge.c gauge_set_value (WGauge * g, int max, int current)
WGauge            169 lib/widget/gauge.c gauge_show (WGauge * g, gboolean shown)
WGauge             11 lib/widget/gauge.h #define GAUGE(x) ((WGauge *)(x))
WGauge             30 lib/widget/gauge.h WGauge *gauge_new (int y, int x, int cols, gboolean shown, int max, int current);
WGauge             31 lib/widget/gauge.h void gauge_set_value (WGauge * g, int max, int current);
WGauge             32 lib/widget/gauge.h void gauge_show (WGauge * g, gboolean shown);
WGauge            221 src/filemanager/filegui.c     WGauge *progress_file_gauge;
WGauge            224 src/filemanager/filegui.c     WGauge *progress_total_gauge;