calvados/select_all.c

18 lines
240 B
C

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