1 #ifndef __GABEDIT_GAMESSBASIS_H__
2 #define __GABEDIT_GAMESSBASIS_H__
3 
4 void initGamessBasisFrame();
5 void setSensitiveGamessBasisFrame(gboolean sensitive);
6 void putGamessBasisInfoInTextEditor();
7 void createGamessBasisFrame(GtkWidget *win, GtkWidget *box);
8 
9 #endif /* __GABEDIT_GAMESSBASIS_H__ */
10