Next: Tag Hierarchy Methods, Up: Customizing [Contents][Index]
There are several faces speedbar generates to provide a consistent color scheme across display types. You can customize these faces using your favorite method. They are:
Face used on expand/contract buttons.
Face used on Files. Should also be used on non-directory like nodes.
Face used for directories, or nodes which consist of groups of other nodes.
Face used for tags in a file, or for leaf items.
Face used to highlight the selected item. This would be the current file being edited.
Face used when the mouse passes over a button.
You can also customize speedbar’s initial frame parameters by changing
the alist speedbar-frame-parameters. This variable is used to
set up initial details. Height is also automatically added when
speedbar is created, though you can override it.
If the speedbar is displayed in a window, you can also customize the
side on which the speedbar-window is displayed by changing the
speedbar-window-side option.
The size of the speedbar-window, when opened on the left or right
side, can be defined by changing the
speedbar-window-default-width option, which defines the default
window size. The width of the speedbar window can be greater than
speedbar-window-max-width, but if it is closed and later
reopened, the width will be equal to speedbar-window-max-width.
By default, speedbar-window is displayed in a dedicated window,
so display-buffer will never use this window. Setting
speedbar-window-dedicated-window to nil changes this
behavior.
Next: Tag Hierarchy Methods, Up: Customizing [Contents][Index]