interface frame : widget { 
      
      frame(char* p, char * options = "");
      frame(widget* w, char* p, char * options = "");
    };
  

slide: The frame class