11 #ifndef __PROGRESS_DLG_H__ 12 #define __PROGRESS_DLG_H__ 47 gboolean terminate_is_stop, gboolean *stop_flag);
68 gboolean terminate_is_stop, gboolean *stop_flag,
69 const GTimeVal *start_time, 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
Definition: progress_frame.h:33
void update_progress_dlg(progdlg_t *dlg, gfloat percentage, const gchar *status)
Definition: progress_frame.cpp:68
void destroy_progress_dlg(progdlg_t *dlg)
Definition: progress_frame.cpp:84
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, const GTimeVal *start_time, gfloat progress)
Definition: progress_frame.cpp:55