Function: ebrowse-tree-buffer-object-menu
ebrowse-tree-buffer-object-menu is an interactive and byte-compiled
function defined in ebrowse.el.gz.
Signature
(ebrowse-tree-buffer-object-menu ARG1)
Documentation
Object menu for tree buffers.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(easy-menu-define
ebrowse-tree-buffer-object-menu ebrowse-tree-mode-map
"Object menu for tree buffers."
'("Ebrowse"
["Filename Display" ebrowse-toggle-file-name-display
:help "Toggle display of source files names"
:style toggle
:selected ebrowse--show-file-names-flag
:active t]
["Tree Indentation" ebrowse-set-tree-indentation
:help "Set the tree's indentation"
:active t]
["Unmark All Classes" ebrowse-mark-all-classes
:help "Unmark all classes in the class tree"
:active t]
["Expand All" ebrowse-expand-all
:help "Expand all subtrees in the class tree"
:active t]
["Statistics" ebrowse-statistics
:help "Show a buffer with class hierarchy statistics"
:active t]
["Find Class" ebrowse-read-class-name-and-go
:help "Find a class in the tree"
:active t]
["Member Buffer" ebrowse-pop/switch-to-member-buffer-for-same-tree
:help "Show a member buffer for this class tree"
:active t]))