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