function set_containing_block($x = null, $y = null, $w = null, $h = null)
 {
     $this->_frame->set_containing_block($x, $y, $w, $h);
 }