update packaging script for current tutorial

Sun Aug 25 11:58:27 BST 2002  Tony Gale <gale@gtk.org>

	* docs/tutorial/package-db-tutorial.sh:
	update packaging script for current tutorial

	* docs/tutorial/images/*.eps: New Files
	EPS versions of the tutorial images
This commit is contained in:
BST 2002 Tony Gale
2002-08-25 11:28:42 +00:00
committed by Tony Gale
parent 2f31e7ed12
commit 992ea8e1d7
45 changed files with 159358 additions and 49 deletions

View File

@ -18,6 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <gtk/gtk.h>
/* Backing pixmap for drawing area */
@ -169,7 +170,7 @@ int main( int argc,
g_signal_connect_swapped (G_OBJECT (button), "clicked",
G_CALLBACK (gtk_widget_destroy),
window);
G_OBJECT (window));
gtk_widget_show (button);
gtk_widget_show (window);