예제 #1
0
 /**
  * Set size
  * @param $size width
  */
 public function setSize($width)
 {
     parent::set_size_request($width, -1);
 }