interface widget : handler { 
widget
string path(); void eval( in string cmd ); void configure( in string options ); void pack( in string options ); };

slide: widget