#ifndef __GUI_ABOUT_H
#define __GUI_ABOUT_H
#include <gtk/gtk.h>
extern GtkWidget * create_About( void );
#endif