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