Variable: speedbar-generic-list-group-expand-button-type
speedbar-generic-list-group-expand-button-type is a variable defined
in speedbar.el.gz.
Value
curly
Documentation
The type of button created for groups of tags.
Good values for this are curly and expandtag.
Make buffer local for your mode.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-generic-list-group-expand-button-type 'curly
"The type of button created for groups of tags.
Good values for this are `curly' and `expandtag'.
Make buffer local for your mode.")