예제 #1
0
 /**
  * Class Constructor
  * @param  $width   Panel's width
  * @param  $height  Panel's height
  */
 public function __construct($width, $height)
 {
     parent::__construct();
     parent::set_size_request($width, $height);
     $this->showed = FALSE;
 }