gauge_new          30 lib/widget/gauge.h WGauge *gauge_new (int y, int x, int cols, gboolean shown, int max, int current);
gauge_new         876 src/filemanager/filegui.c         ui->progress_file_gauge = gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0);
gauge_new         892 src/filemanager/filegui.c                     gauge_new (y++, x + 3, dlg_width - (x + 3) * 2, FALSE, 100, 0);