eieio-speedbar-directory-button

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

Class description:
eieio-speedbar-directory-button is an abstract class in `eieio-speedbar.el'.
Inherits from `eieio-speedbar'.
Children `ede-project-placeholder', `ede-target'.

Class providing support for objects which behave like a directory.

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 = angle

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-directory-face

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