[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: werner
Date: 06/12/12 13:11:37
Modified: . prototype.h
Log:
merged the autonumber branch back to trunk
Revision Changes Path
1.153 +1 -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.152
retrieving revision 1.153
diff -u -b -r1.152 -r1.153
--- prototype.h 7 Dec 2006 04:24:17 -0000 1.152
+++ prototype.h 12 Dec 2006 18:11:37 -0000 1.153
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.152 2006/12/07 04:24:17 danmc Exp $ */
+/* $Id: prototype.h,v 1.153 2006/12/12 18:11:37 werner Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -642,13 +642,6 @@
void o_edit_show_hidden(TOPLEVEL *w_current, OBJECT *o_list);
void o_edit_make_visible(TOPLEVEL *w_current, OBJECT *o_list);
int o_edit_find_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext, int descend, int skip);
-int autonumber_sort_numbers(gconstpointer a, gconstpointer b);
-int autonumber_sort_xy(gconstpointer a, gconstpointer b);
-int autonumber_sort_yx(gconstpointer a, gconstpointer b);
-int autonumber_sort_diagonal(gconstpointer a, gconstpointer b);
-void autonumber_find(TOPLEVEL * w_current, OBJECT * o_list, char *stext, GSList ** used_numbers, int skip);
-void autonumber_text(TOPLEVEL *w_current, char *stext, GSList **used, int *currentnumber, int unnumbered, int searchfocus, int sortorder);
-void o_edit_autonumber_text(TOPLEVEL * w_current, char * searchtext, int startnumber_i,int searchfocus, int unnumbered, int sortorder);
void o_edit_hide_specific_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
void o_edit_show_specific_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
void o_update_component(TOPLEVEL *w_current, OBJECT *o_current);
@@ -832,9 +825,6 @@
void show_text_ok(GtkWidget *w, TOPLEVEL *w_current);
void show_text_done(GtkWidget *w, TOPLEVEL *w_current);
void show_text_dialog(TOPLEVEL *w_current);
-int autonumber_text_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
-void autonumber_text_ok(GtkWidget *w, TOPLEVEL *w_current);
-void autonumber_text_done(GtkWidget *w, TOPLEVEL *w_current);
void autonumber_text_dialog(TOPLEVEL *w_current);
void major_changed_dialog(TOPLEVEL* w_current);
void x_dialog_close_changed_page (TOPLEVEL *toplevel, PAGE *page);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs