]> err.no Git - mapper/commitdiff
Add progress dialog functions
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 17 Oct 2007 07:53:56 +0000 (10:53 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 17 Oct 2007 07:53:56 +0000 (10:53 +0300)
src/ui-common.h

index 0947e0cf6405018d655dec6fa6aff286d0a59a20..895ddce73de3cd94591ef270aa75436573fa16e3 100644 (file)
@@ -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