calvados/copy.c
2017-04-18 14:15:24 -05:00

18 lines
236 B
C

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