src/account.[ch]
[claws.git] / src / alertpanel.h
index 956f992c59038dde6c7950811431a75d141a7b6f..01fbcc50136f3e71ad9771e3047de1835fafecca 100644 (file)
@@ -41,6 +41,13 @@ AlertValue alertpanel        (const gchar    *title,
                         const gchar    *button2_label,
                         const gchar    *button3_label);
 
+AlertValue alertpanel_with_widget      (const gchar *title,
+                                        const gchar *message,
+                                        const gchar *button1_label,
+                                        const gchar *button2_label,
+                                        const gchar *button3_label,
+                                        GtkWidget *widget);
+
 void alertpanel_message        (const gchar    *title,
                         const gchar    *message);