eieio-speedbar-file-button

eieio-speedbar-file-button is an object constructor function in `eieio-speedbar.el'.
Creates an object of class eieio-speedbar-file-button.
You cannot create a new object of type eieio-speedbar-file-button

Class description:
eieio-speedbar-file-button is an abstract class in `eieio-speedbar.el'.
Inherits from `eieio-speedbar'.

Class providing support for objects which behave like a file.

Instance Allocated Slots:

Slot: expanded type = boolean default = nil
State of an object being expanded in speedbar.


Class Allocated Slots:

Slot: buttontype type = symbol value = bracket

The type of expansion button used for objects of this class.
Possible values are those symbols supported by the `exp-button-type' argument
to `speedbar-make-tag-line'.

Slot: buttonface type = (or symbol face) value = speedbar-file-face

The face used on the textual part of the button for this class.
See `speedbar-make-tag-line' for details.