12#ifndef __PROGRESS_DLG_H__
13#define __PROGRESS_DLG_H__
48 bool terminate_is_stop,
bool *stop_flag);
67 bool terminate_is_stop,
bool *stop_flag,
float progress);
progdlg_t * create_progress_dlg(void *top_level_window, const char *task_title, const char *item_title, bool terminate_is_stop, bool *stop_flag)
Definition progress_frame.cpp:31
progdlg_t * delayed_create_progress_dlg(void *top_level_window, const char *task_title, const char *item_title, bool terminate_is_stop, bool *stop_flag, float progress)
Definition progress_frame.cpp:60
void destroy_progress_dlg(progdlg_t *dlg)
Definition progress_frame.cpp:89
void update_progress_dlg(progdlg_t *dlg, float percentage, const char *status)
Definition progress_frame.cpp:73
Definition progress_frame.h:31