calvados/copy.c

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");
}