README: remove the gtk bits
[cnoor.git] / txtwin.h
blob74161128828dc2dec305dab46a67f80daf7c8ed3
1 void txtwin_init(char *name);
2 void txtwin_gtk_init(int argc, char **argv);
3 void txtwin_free(void);
4 void txtwin_loop(void);
5 void txtwin_append(char *s, char *font);