comparison src/gtk/gftp-gtk.h @ 229:35ae2e80962e

2003-7-22 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option() and gftp_set_bookmark_option(). Also added _gftp_set_option_value() that is used by the set functions for bookmark and request structures * src/gtk/bookmarks.c - make sure the options are copied over to the new bookmarks. Also show all of the editable toptions for this bookmark entry * src/gtk/options_dialog.c src/gtk/gftp-gtk.h lib/config_file.c lib/gftp.h - improvements to overriding options for each bookmark entry. There is still one crash that is occuring that I have to track down. For the moment, don't edit the bookmarks twice in the same session.
author masneyb
date Wed, 23 Jul 2003 02:39:24 +0000
parents a85a097bbb02
children a5205627a66f
comparison
equal deleted inserted replaced
228:835a8c968264 229:35ae2e80962e
149 * box, 149 * box,
150 * table; 150 * table;
151 int tbl_col_num, 151 int tbl_col_num,
152 tbl_row_num; 152 tbl_row_num;
153 gftp_option_type_enum last_option; 153 gftp_option_type_enum last_option;
154 gftp_bookmarks_var * bm;
154 } gftp_options_dialog_data; 155 } gftp_options_dialog_data;
155 156
156 157
157 extern gftp_window_data window1, window2, * other_wdata, * current_wdata; 158 extern gftp_window_data window1, window2, * other_wdata, * current_wdata;
158 extern GtkWidget * stop_btn, * hostedit, * useredit, * passedit, 159 extern GtkWidget * stop_btn, * hostedit, * useredit, * passedit,
361 void mkdir_dialog ( gpointer data ); 362 void mkdir_dialog ( gpointer data );
362 363
363 /* options_dialog.c */ 364 /* options_dialog.c */
364 void options_dialog ( gpointer data ); 365 void options_dialog ( gpointer data );
365 366
366 void gftp_gtk_setup_bookmark_options ( GtkWidget * notebook ); 367 void gftp_gtk_setup_bookmark_options ( GtkWidget * notebook,
367 368 gftp_bookmarks_var * bm );
368 void gftp_gtk_save_bookmark_options ( GtkWidget * widget, 369
369 gpointer data ); 370 void gftp_gtk_save_bookmark_options ( gftp_bookmarks_var * bm );
370 371
371 /* rename_dialog.c */ 372 /* rename_dialog.c */
372 void rename_dialog ( gpointer data ); 373 void rename_dialog ( gpointer data );
373 374
374 /* transfer.c */ 375 /* transfer.c */