1 
2 #ifndef __GABEDIT_PSICODEMOLECULE_H__
3 #define __GABEDIT_PSICODEMOLECULE_H__
4 
5 gint getPsicodeMultiplicity();
6 void initPsicodeMoleculeButtons();
7 void initPsicodeMolecule();
8 void freePsicodeMolecule();
9 void putPsicodeMoleculeInfoInTextEditor();
10 gboolean setPsicodeMolecule();
11 void createPsicodeChargeMultiplicityFrame(GtkWidget *box);
12 
13 #endif /* __GABEDIT_PSICODEMOLECULE_H__ */
14 
15