Beispiel #1
0
 /**
  * Set the notebook size
  * @param $width  Notebook's width
  * @param $height Notebook's height
  */
 public function setSize($width, $height)
 {
     parent::set_size_request($width, $height + 30);
 }