Function: eieio-speedbar-file-button

eieio-speedbar-file-button is a byte-compiled function defined in eieio-speedbar.el.gz.

Signature

(eieio-speedbar-file-button &rest _)

Documentation

You cannot create a new object of type eieio-speedbar-file-button(var)/eieio-speedbar-file-button(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-speedbar.el.gz
(defclass eieio-speedbar-file-button (eieio-speedbar)
  ((buttontype :initform 'bracket)
   (buttonface :initform 'speedbar-file-face))
  "Class providing support for objects which behave like a file."
  :method-invocation-order :depth-first
  :abstract t)