[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: pbernaud
  Date: 06/09/23 04:47:45

  Modified:    .        prototype.h
  Log:
  Cleaned up code for file selection dialog and delete custom dialog
  
  
  
  
  Revision  Changes    Path
  1.139     +3 -24     eda/geda/gaf/gschem/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -b -r1.138 -r1.139
  --- prototype.h	23 Sep 2006 08:41:27 -0000	1.138
  +++ prototype.h	23 Sep 2006 08:47:45 -0000	1.139
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.138 2006/09/23 08:41:27 pbernaud Exp $ */
  +/* $Id: prototype.h,v 1.139 2006/09/23 08:47:45 pbernaud Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
  @@ -870,29 +870,8 @@
   void x_compselect_close (GtkWidget *w, FILEDIALOG *f_current);
   void x_compselect_setup (TOPLEVEL *toplevel);
   /* x_fileselect.c */
  -void x_fileselect_destroy_window(GtkWidget *widget, FILEDIALOG *f_current);
  -int x_fileselect_keypress(GtkWidget *widget, GdkEventKey *event, FILEDIALOG *f_current);
  -void x_fileselect_init_list_buffers(FILEDIALOG *f_current);
  -void x_fileselect_free_list_buffers(FILEDIALOG *f_current);
  -void x_fileselect_update_dirfile(FILEDIALOG *f_current, char *filename);
  -void x_fileselect_setup_list_buffers(FILEDIALOG *f_current, int num_files, int num_directories);
  -int x_fileselect_include_file(char *filename, int filter_type);
  -void x_fileselect_fill_lists(FILEDIALOG *f_current);
  -gint x_fileselect_sch_files(GtkWidget *w, FILEDIALOG *f_current);
  -gint x_fileselect_sym_files(GtkWidget *w, FILEDIALOG *f_current);
  -gint x_fileselect_both_files(GtkWidget *w, FILEDIALOG *f_current);
  -gint x_fileselect_all_files(GtkWidget *w, FILEDIALOG *f_current);
  -int x_fileselect_preview_checkbox(GtkWidget *widget, FILEDIALOG *f_current);
  -void x_fileselect_saveas_close(GtkWidget *w, FILEDIALOG *f_current);
  -void x_fileselect_saveas(GtkWidget *w, FILEDIALOG *f_current);
  -void x_fileselect_change_dir(FILEDIALOG *f_current, char *new_directory);
  -void x_fileselect_open_file(GtkWidget *w, FILEDIALOG *f_current);
  -void x_fileselect_dir_button(GtkWidget *widget, gint row, gint column, GdkEventButton *bevent, FILEDIALOG *f_current);
  -void x_fileselect_file_button(GtkWidget *widget, gint row, gint column, GdkEventButton *bevent, FILEDIALOG *f_current);
  -void x_fileselect_update_dirfile_saveas(FILEDIALOG *f_current, char *new_filename);
  -void x_fileselect_close(GtkWidget *w, FILEDIALOG *f_current);
  -void x_fileselect_search(GtkWidget *w, FILEDIALOG *f_current);
  -void x_fileselect_setup(TOPLEVEL *w_current, int type, int filesel_type);
  +void x_fileselect_open(TOPLEVEL *toplevel);
  +void x_fileselect_save(TOPLEVEL *toplevel);
   int x_fileselect_load_backup(TOPLEVEL *toplevel, GString *message);
   /* x_grid.c */
   void x_grid_draw(TOPLEVEL *w_current);
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs