MENU_VISIBLE_IN_TREE

Internal menu flag -- menu item is visible in the menu tree.

drupal/includes/menu.inc, line 89

<?php
define('MENU_VISIBLE_IN_TREE', 0x0002)
?>

Related topics