comparison src/xdisp.c @ 41807:e9e9a80e58be

(syms_of_xdisp): Make `tool-bar-button-relief` an option.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 03 Dec 2001 19:19:56 +0000
parents 27f9d9949ca2
children 08a00f891a45
comparison
equal deleted inserted replaced
41806:afe310730a69 41807:e9e9a80e58be
14859 HORZ specifying the horizontal margin, and VERT specifying the 14859 HORZ specifying the horizontal margin, and VERT specifying the
14860 vertical margin. */); 14860 vertical margin. */);
14861 Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN); 14861 Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN);
14862 14862
14863 DEFVAR_INT ("tool-bar-button-relief", &tool_bar_button_relief, 14863 DEFVAR_INT ("tool-bar-button-relief", &tool_bar_button_relief,
14864 doc: /* Relief thickness of tool-bar buttons. */); 14864 doc: /* *Relief thickness of tool-bar buttons. */);
14865 tool_bar_button_relief = DEFAULT_TOOL_BAR_BUTTON_RELIEF; 14865 tool_bar_button_relief = DEFAULT_TOOL_BAR_BUTTON_RELIEF;
14866 14866
14867 DEFVAR_LISP ("fontification-functions", &Vfontification_functions, 14867 DEFVAR_LISP ("fontification-functions", &Vfontification_functions,
14868 doc: /* List of functions to call to fontify regions of text. 14868 doc: /* List of functions to call to fontify regions of text.
14869 Each function is called with one argument POS. Functions must 14869 Each function is called with one argument POS. Functions must