menu = $menu; // Init menu item $this->gtk = GtkMenuItem::new_with_label( $this::LABEL ); // Render $this->gtk->show(); // Int events $this->gtk->connect( 'activate', function() { $this->menu->browser->gtk->set_interactive_debugging( true ); } ); } }