interface entry : widget {
entry(char* p, char* options = "");
entry(widget* w,char* p, char* options = "");
void insert(char* s); // insert text
char* get(); // to get the text
protected:
install(binding*, char* args);
};