gtk_main_quit();
}
-
/* Taken from the Gxine source code. */
static GtkWidget *
AddPixButton(GtkWidget *box, gchar **pixmap_array)
return button;
}
-
/* Creates the Reset, Run, Stop and Step buttons. */
static GtkWidget *
AddButtons(void)
return button_hbox;
}
-
GtkWidget *
AddMenu(void)
{
return menu_bar;
}
-
static void
emugtk_window_init(void)
{
{
printf("\n");
printf(" %s, version %s\n", PACKAGE, VERSION);
- printf(" Written by Jonathan St-André, Pascal Fecteau and Hugo Villeneuve\n\n");
+ printf(" Written by Jonathan St-André, Pascal Fecteau"
+ "and Hugo Villeneuve\n\n");
}
static void