The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html lang="en">
<head>
<title>imenu-tree - Perl Development Environment</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Perl Development Environment">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="tree_002dmode.html#tree_002dmode" title="tree-mode">
<link rel="next" href="tags_002dtree.html#tags_002dtree" title="tags-tree">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is manual for PDE version 0.01

 (C) 2004, 2005, 2006, 2007
   Free Software Foundation, Inc.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.1 or any later version published by the Free Software
     Foundation; with no Invariant Sections, no Front-Cover Texts, and
     no Back-Cover Texts. A copy of the license is included in the
     section entitled "GNU Free Documentation License".
   -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<p>
<a name="imenu-tree"></a>
<a name="imenu_002dtree"></a>
Next:&nbsp;<a rel="next" accesskey="n" href="tags_002dtree.html#tags_002dtree">tags-tree</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="tree_002dmode.html#tree_002dmode">tree-mode</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr>
</div>

<!-- node-name,  next,  previous,  up -->
<h2 class="chapter">19 Tree view for imenu</h2>

<p>imenu provide an excellent code navigating method. <samp><span class="file">imenu-tree.el</span></samp> make the
tags visualized using tree-widget.

<div class="defun">
&mdash; User Option: <b>imenu-tree-auto-update</b><var><a name="index-imenu_002dtree_002dauto_002dupdate-132"></a></var><br>
<blockquote><p>If Non-nil, the imenu-tree will update automaticly. Also, if the
imenu-tree is not visible in the window, it will automaticly scroll to
make it visible. 
</p></blockquote></div>

<div class="defun">
&mdash; User Option: <b>imenu-tree-update-interval</b><var><a name="index-imenu_002dtree_002dupdate_002dinterval-133"></a></var><br>
<blockquote><p>Seconds between update imenu tree. 
</p></blockquote></div>

<div class="defun">
&mdash; Command: <b>imenu-tree-toggle-auto-update</b><var><a name="index-imenu_002dtree_002dtoggle_002dauto_002dupdate-134"></a></var><br>
<blockquote><p>Toggle imenu-tree auto update. 
With prefix argument, turn on auto update. 
</p></blockquote></div>

<div class="defun">
&mdash; User Option: <b>imenu-tree-create-buffer-function</b><var><a name="index-imenu_002dtree_002dcreate_002dbuffer_002dfunction-135"></a></var><br>
<blockquote><p>A function to group imenu-tree to various buffer. Default is nil,
means using only one buffer. 
</p></blockquote></div>

<div class="defun">
&mdash; User Option: <b>imenu-tree-name</b><var><a name="index-imenu_002dtree_002dname-136"></a></var><br>
<blockquote><p>The name for the root node. Default is the &ldquo;mode-name: buffer-name&rdquo;. 
</p></blockquote></div>

<div class="defun">
&mdash; User Option: <b>imenu-tree-windata</b><var><a name="index-imenu_002dtree_002dwindata-137"></a></var><br>
<blockquote><p>Arguments to set the window buffer display. 
See <code>windata-display-buffer</code> for setup the arguments. 
</p></blockquote></div>

   </body></html>