interface text : widget { 
\c{\fbox{text}}
text(char *p, char* options = ""); text(widget* w, char *p, char* options = ""); void insert(int l, int n, char* s); void insert(char* ind, char* s); };

slide: The text widget