#ifndef GTK_FUNCS
#define GTK_FUNCS

void on_destroy(GtkWidget *widget, gpointer data){
        gtk_main_quit();
}

#endif
