/***************** Electirc Eyes ***********************/ /* This software is Copyright (C) 1998 but The Rasterman (Carsten Haitzler). */ /* This software falls under the GNU Public License. Please read the COPYING */ /* file for more information */ /*****************************************************************************/ #ifndef __EE_TOOLBAR_H__ #define __EE_TOOLBAR_H__ #include "config.h" #include #include #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ GtkWidget *ee_toolbar_new(void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif