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

17 lines
174 B
C

#include <gtk/gtk.h>
#include "calvados.h"
/*
*
* test()
*
* Display test dialog
*
*/
void test(GtkWidget *widget, gpointer data)
{
g_print("test goes here\n");
}