help = $help; // Init menu item $this->gtk = GtkMenuItem::new_with_label( $this::LABEL ); // Render $this->gtk->show(); // Int events $this->gtk->connect( 'activate', function() { /* @TODO pending for PR #153 Gtk::show_uri_on_window( $this->help->menu->browser->gtk, self::URL ); */ } ); } }