Variable: tool-bar-separator-image-expression
tool-bar-separator-image-expression is a variable defined in
keyboard.c.
Value
nil
Documentation
Expression evaluating to the image spec for a tool-bar separator.
This is used internally by graphical displays that do not render tool-bar separators natively. Otherwise it is unused (e.g. on GTK).
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_LISP ("tool-bar-separator-image-expression", Vtool_bar_separator_image_expression,
doc: /* Expression evaluating to the image spec for a tool-bar separator.
This is used internally by graphical displays that do not render
tool-bar separators natively. Otherwise it is unused (e.g. on GTK). */);