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