[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 05/02/13 13:00:11
Log:
Remove "Discard page" button in the page manager.
Revision Changes Path
1.347 +12 -0 eda/geda/devel/gschem/ChangeLog
http://geda.seul.org/cgi-bin/viewcvs.cgi/eda/geda/devel//./ChangeLog.diff?r1=1.346&r2=1.347
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -b -r1.346 -r1.347
--- ChangeLog 12 Feb 2005 01:20:38 -0000 1.346
+++ ChangeLog 13 Feb 2005 18:00:09 -0000 1.347
@@ -1,3 +1,15 @@
+2005-02-13 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * include/prototype.h, noweb/x_pagesel.nw:
+ Commented out the code defining the "Discard page" button,
+ so it doesn't appear in the page manager.
+ Added new function "e_gtk_button_new_with_icon" which allows
+ to create a button with a given text, and an icon from the GTK
+ stock. Which is the right file to include such a generic function?
+ If texts like "Add page" are preferred in the buttons, then
+ there is only needed to comment a line, and uncomment another.
+ See the code of pagesel_init pagesel function.
+
2005-02-12 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* noweb/x_attribedit.nw, noweb/x_dialog.nw, noweb/x_fileselect.nw,
Modified: . prototype.h
Log:
Remove "Discard page" button in the page manager.
Revision Changes Path
1.112 +1 -0 eda/geda/devel/gschem/include/prototype.h
http://geda.seul.org/cgi-bin/viewcvs.cgi/eda/geda/devel//./prototype.h.diff?r1=1.111&r2=1.112
(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.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- prototype.h 11 Feb 2005 21:48:57 -0000 1.111
+++ prototype.h 13 Feb 2005 18:00:10 -0000 1.112
@@ -860,6 +860,7 @@
void x_pagesel_open (TOPLEVEL *toplevel);
void x_pagesel_close (TOPLEVEL *toplevel);
void x_pagesel_update (TOPLEVEL *toplevel);
+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);
void x_preview_close(TOPLEVEL *w_current);