Function: ede-speedbar-toplevel-buttons

ede-speedbar-toplevel-buttons is a byte-compiled function defined in speedbar.el.gz.

Signature

(ede-speedbar-toplevel-buttons DIR)

Documentation

Return a list of objects to display in speedbar.

Argument DIR is the directory from which to derive the list of objects.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/speedbar.el.gz
(defun ede-speedbar-toplevel-buttons (_dir)
  "Return a list of objects to display in speedbar.
Argument DIR is the directory from which to derive the list of objects."
  ede-projects
  )