diff lib/gftp.h @ 139:c363b08e0118

2003-4-21 Brian Masney <masneyb@gftp.org> * lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var * src/gtk/gftp-gtk.c - added custom_edit_value to struct gftp_textcomboedt_widget_data * src/gtk/options_dialog.c - fixups for gftp_option_type_textcomboedt. The value will always convert %n to \n when reading in and then do the opposite conversion when saving the variable. Also, added tooltips to the options * lib/rfc959.c - remove FIXME comment
author masneyb
date Tue, 22 Apr 2003 01:42:05 +0000
parents 84b3e69807a2
children 782f84694489
line wrap: on
line diff
--- a/lib/gftp.h	Sun Apr 20 23:29:49 2003 +0000
+++ b/lib/gftp.h	Tue Apr 22 01:42:05 2003 +0000
@@ -252,6 +252,7 @@
   int (*write_function) (gftp_config_vars * cv, FILE * fd, int to_config_file);
   void * (*ui_print_function) (gftp_config_vars * cv, void *user_data);
   void (*ui_save_function) (gftp_config_vars * cv, void *user_data);
+  void (*ui_cancel_function) (gftp_config_vars * cv, void *user_data);
   void *user_data;
 } gftp_option_type_var;