calvados/save_changes.c
Leeland Heins fbf7281338 Update to current
Added a significant amount more of the UI code
2017-04-11 18:22:23 -05:00

16 lines
229 B
C

#include <gtk/gtk.h>
/*
*
* save_changes()
*
* Save Changes from the menu.
*
*/
void save_changes(GtkWidget *widget, gpointer data)
{
/* --- Display message --- */
g_print("Save Changes function goes here.\n");
}