Example #1
0
 /**
  * Constructor
  * @param Window A window to associate
  */
 public function __construct(Window $window)
 {
     $this->window = $window;
     $this->panelResource = ncurses_new_panel($window->getWindow());
     $this->_debug($this->window, $this->panelResource);
 }