#ifndef _MAIN_WIDGET_H_ #define _MAIN_WIDGET_H_ #include <gtk/gtk.h> GtkWidget *createMainWidget(void); #endif