From: Kaj-Michael Lang Date: Wed, 17 Oct 2007 07:53:56 +0000 (+0300) Subject: Add progress dialog functions X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053b96b183b7ea934ada8e12803466a55f285d02;p=mapper Add progress dialog functions --- 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