navbar->page->open( $entry->get_text() ); $this->navbar->page->container->tab->updateSession(); } protected function _onKeyRelease( \GtkEntry $entry, \GdkEvent $event ): void { $this->navbar->refresh(); $this->navbar->page->container->tab->updateSession(); } protected function _onChanged( \GtkEntry $entry ): void { // Update session on tab initiated only if (isset($this->navbar->page->container->tab)) { $this->navbar->page->container->tab->updateSession(); } } }