Function: eieio-speedbar-file-button-p

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

Signature

(eieio-speedbar-file-button-p OBJ)

Documentation

Return non-nil if OBJ is an 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)