From 053b96b183b7ea934ada8e12803466a55f285d02 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Wed, 17 Oct 2007 10:53:56 +0300 Subject: [PATCH] Add progress dialog functions --- src/ui-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ui-common.h b/src/ui-common.h index 0947e0c..895ddce 100644 --- a/src/ui-common.h +++ b/src/ui-common.h @@ -145,4 +145,7 @@ void mapper_ui_init(void); void set_action_sensitive(const char *name, gboolean sensitive); void set_action_activate(const char *name, gboolean active); +GtkWidget *progress_dialog(const gchar *title, GtkWidget *progress); +void progress_dialog_remove(GtkWidget *dialog); + #endif -- 2.39.5