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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 07/02/24 12:14:33

  Modified:    .        Tag: noscreen prototype.h
  Log:
  Sync with trunk
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.153.2.9 +2 -11     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.153.2.8
  retrieving revision 1.153.2.9
  diff -u -b -r1.153.2.8 -r1.153.2.9
  --- prototype.h	23 Feb 2007 23:32:08 -0000	1.153.2.8
  +++ prototype.h	24 Feb 2007 17:14:33 -0000	1.153.2.9
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.153.2.8 2007/02/23 23:32:08 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.153.2.9 2007/02/24 17:14:33 pcjc2 Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -24,9 +24,6 @@
   SCM g_funcs_confirm(SCM msg);
   SCM g_funcs_filesel(SCM msg, SCM templ, SCM flags);
   SCM g_funcs_use_rc_values(void);
  -SCM g_funcs_key_name(SCM keystring);
  -SCM g_funcs_key_value(SCM keystring);
  -SCM g_funcs_key_done(void);
   SCM get_selected_component_attributes(TOPLEVEL *toplevel);
   SCM get_selected_filename(TOPLEVEL *toplevel);
   /* g_hook.c */
  @@ -45,8 +42,8 @@
   		    SCM scm_angle, SCM scm_selectable, SCM scm_mirror);
   SCM g_get_objects_in_page(SCM page_smob);
   /* g_keys.c */
  -void set_window_current_key(TOPLEVEL *w_current);
   int g_keys_execute(int state, int keyval);
  +GArray *g_keys_dump_keymap (void);
   SCM g_keys_file_new(void);
   SCM g_keys_file_new_window(void);
   SCM g_keys_file_open(void);
  @@ -754,8 +751,6 @@
   void x_vscrollbar_set_ranges(TOPLEVEL *w_current);
   void x_vscrollbar_update(TOPLEVEL *w_current);
   void x_scrollbars_update(TOPLEVEL *w_current);
  -GtkWidget *x_create_dialog_box(GtkWidget **out_vbox, GtkWidget **out_action_area);
  -GtkWidget *x_create_dialog_box_horiz(GtkWidget **out_hbox, GtkWidget **out_action_area);
   void x_basic_warp_cursor(GtkWidget *widget, gint x, gint y, gboolean relative);
   /* x_color.c */
   void x_color_allocate_all(void);
  @@ -787,8 +782,6 @@
   void color_edit_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
   void color_edit_dialog_apply(GtkWidget *w, TOPLEVEL *w_current);
   void color_edit_dialog(TOPLEVEL *w_current);
  -void x_dialog_hotkeys_free_all(void);
  -void x_dialog_hotkeys_fill(char *string);
   void x_dialog_hotkeys(TOPLEVEL *w_current);
   void x_dialog_raise_all(TOPLEVEL *w_current);
   
  @@ -796,8 +789,6 @@
   int generic_confirm_dialog(const char *);
   char * generic_filesel_dialog(const char *, const char *, gint);
   
  -void generic_text_input_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void generic_text_input_dialog(TOPLEVEL *w_current);
   void find_text_dialog(TOPLEVEL *w_current);
   void hide_text_dialog(TOPLEVEL *w_current);
   void show_text_dialog(TOPLEVEL *w_current);
  
  
  


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