[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: werner
Date: 07/01/02 12:39:40
Modified: . prototype.h
Log:
* src/o_picture.c: picture_change_selection_dialog() replaced
GtkFileSelection dialog with a GtkFileChooserDialog. Refactored
and renamed the callback function.
Revision Changes Path
1.157 +3 -3 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.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- prototype.h 2 Jan 2007 15:08:34 -0000 1.156
+++ prototype.h 2 Jan 2007 17:39:39 -0000 1.157
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.156 2007/01/02 15:08:34 werner Exp $ */
+/* $Id: prototype.h,v 1.157 2007/01/02 17:39:39 werner Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -685,8 +685,8 @@
void o_picture_draw_grips(TOPLEVEL *w_current, OBJECT *o_current);
void o_picture_erase_grips(TOPLEVEL *w_current, OBJECT *o_current);
void o_picture_erase(TOPLEVEL *w_current, OBJECT *o_current);
-void o_picture_draw_xor(TOPLEVEL *w_current, int dx, int dy, OBJECT *o_current);void picture_change_selection_cancel (GtkWidget *widget, TOPLEVEL *w_current);
-void picture_change_selection_ok (GtkWidget *widget, TOPLEVEL *w_current);
+void o_picture_draw_xor(TOPLEVEL *w_current, int dx, int dy, OBJECT *o_current);
+void o_picture_exchange(TOPLEVEL *w_current, GdkPixbuf *pixbuf, const gchar *filename);
void picture_change_filename_dialog (TOPLEVEL *w_current);
/* o_pin.c */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs