2008-06-13 [holger] 3.4.0cvs94
[claws.git] / src / gtk / inputdialog.h
index 992635eff4c83ab6edba743f31996aaacaeb6ca7..08cd4599a17dcca220cc16439f084b535e981a76 100644 (file)
 gchar *input_dialog                    (const gchar    *title,
                                         const gchar    *message,
                                         const gchar    *default_string);
+gchar *input_dialog_with_checkbtn(const gchar  *title,
+                                  const gchar  *message,
+                                  const gchar  *default_string,
+                                  const gchar  *checkbtn_label,
+                                  gboolean *checkbtn_state);
 gchar *input_dialog_with_invisible     (const gchar    *title,
                                         const gchar    *message,
                                         const gchar    *default_string);