Home
last modified time | relevance | path

Searched refs:graphs_n (Results 1 – 2 of 2) sorted by relevance

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dgtk_progress_dialog.cpp33 gtk_progress_dialog::gtk_progress_dialog(const char * jobname, bool show_pbar, int graphs_n, int gr… in gtk_progress_dialog() argument
45 g_n = graphs_n; in gtk_progress_dialog()
71 if (graphs_n > 0) in gtk_progress_dialog()
H A Dgtk_project.cpp157 void gtk_project::CreateProgressDialog(const char * title, bool show_pbar, int graphs_n, int graphs… in CreateProgressDialog() argument
159 pd = new gtk_progress_dialog(title, show_pbar, graphs_n, graphs_s); in CreateProgressDialog()