#include /* * * find() * * Find from the menu. * */ void find(GtkWidget *widget, gpointer data) { /* --- Display message --- */ g_print("Find function goes here.\n"); }