interface hypertext : widget { \c{\fbox{hypertext}} hypertext(char* p, char* options = ""); hypertext(widget* w, char* p, char* options = ""); void file(char* f); \c{// to read in hypertext file} };