[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 06/09/30 07:30:26
Modified: . prototype.h
Log:
Added a new scheme function to get the objects in a page.
Improved the new-page-hook in system-gschemrc so it only adds
the titleblock if the page has no objects.
Revision Changes Path
1.142 +2 -1 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.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- prototype.h 28 Sep 2006 18:00:31 -0000 1.141
+++ prototype.h 30 Sep 2006 11:30:26 -0000 1.142
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.141 2006/09/28 18:00:31 cnieves Exp $ */
+/* $Id: prototype.h,v 1.142 2006/09/30 11:30:26 cnieves Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
@@ -42,6 +42,7 @@
SCM g_get_object_pins (SCM object_smob);
SCM g_add_component(SCM page_smob, SCM scm_comp_name, SCM scm_x, SCM scm_y,
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);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs