calvados/select_all.c
Leeland Heins fbf7281338 Update to current
Added a significant amount more of the UI code
2017-04-11 18:22:23 -05:00

16 lines
221 B
C

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