Main Page   File List   Globals   Related Pages  

gui_dict.h

Go to the documentation of this file.
00001 
00005 #ifndef __GUI_DICT_H
00006 #define __GUI_DICT_H
00007 GtkWidget *dict_new();
00008 GtkWidget *dict_new_from_file (const char *fn, const char *sep);
00009 void dict_add_words(GtkWidget *dict, int wnum, char ***words);
00010 void dict_add_word (GtkWidget * dict, char **word);
00011 void gui_dict_open_cb();
00012 void gui_dict_close_cb ();
00013 #endif /* __GUI_DICT_H */

Generated on Tue Jun 25 12:02:42 2002 for LearnWords by doxygen1.2.15