interface message : widget {
message(char* p, char* options = "" );
message(widget* w, char* p, char* options = "" );
void text(char* s); // the text
};
interface message : widget {
message(char* p, char* options = "" );
message(widget* w, char* p, char* options = "" );
void text(char* s); // the text
};