[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 05/10/17 14:46:48
Modified: . prototype.h
Log:
Updated file load/save window using GTK widgets. File preview is
missing yet.
Revision Changes Path
1.120 +4 -0 eda/geda/devel/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/devel/gschem/include/prototype.h,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- prototype.h 15 Oct 2005 01:06:47 -0000 1.119
+++ prototype.h 17 Oct 2005 18:46:48 -0000 1.120
@@ -897,6 +897,10 @@
GtkWidget *e_gtk_button_new_with_icon(const char *text, const char *stock);
/* x_preview.c */
void x_preview_update(TOPLEVEL *preview, const char *directory, const char *filename);
+#if ((GTK_MAJOR_VERSION > 2) || \
+ ((GTK_MAJOR_VERSION == 2) && (GTK_MINOR_VERSION >= 4)) )
+void x_preview_update_gtk24 (GtkFileChooser *file_chooser, gpointer data);
+#endif
void x_preview_close(TOPLEVEL *w_current);
gint x_preview_expose(GtkWidget *widget, GdkEventExpose *event, TOPLEVEL *w_current);
gint x_preview_button_pressed(GtkWidget *widget, GdkEventButton *event, TOPLEVEL *w_current);