header = $header; // Init navigation container $this->gtk = new \GtkMenuButton; $this->gtk->set_tooltip_text( $this->_tooltip ); // Init menu $this->menu = new Menu( $this->header->browser ); $this->gtk->set_popup( $this->menu->gtk ); // Render $this->gtk->show(); } }