comparison lisp/faces.el @ 36009:3f009240cc7d

(set-face-attribute): Describe the case of a negative value specified for :line-width.
author Kenichi Handa <handa@m17n.org>
date Fri, 09 Feb 2001 12:35:36 +0000
parents 4130c0ad0a5e
children ed26bdb38c1f
comparison
equal deleted inserted replaced
36008:89cd7494e5cb 36009:3f009240cc7d
533 and the box is drawn in that color with a line width of 1. Otherwise, 533 and the box is drawn in that color with a line width of 1. Otherwise,
534 VALUE must be a property list of the form `(:line-width WIDTH 534 VALUE must be a property list of the form `(:line-width WIDTH
535 :color COLOR :style STYLE)'. If a keyword/value pair is missing from 535 :color COLOR :style STYLE)'. If a keyword/value pair is missing from
536 the property list, a default value will be used for the value, as 536 the property list, a default value will be used for the value, as
537 specified below. WIDTH specifies the width of the lines to draw; it 537 specified below. WIDTH specifies the width of the lines to draw; it
538 defaults to 1. COLOR is the name of the color to draw in, default is 538 defaults to 1. If WIDTH is negative, the absolute value is the width
539 of the lines, and draw top/bottom lines inside the characters area,
540 not around it. COLOR is the name of the color to draw in, default is
539 the foreground color of the face for simple boxes, and the background 541 the foreground color of the face for simple boxes, and the background
540 color of the face for 3D boxes. STYLE specifies whether a 3D box 542 color of the face for 3D boxes. STYLE specifies whether a 3D box
541 should be draw. If STYLE is `released-button', draw a box looking 543 should be draw. If STYLE is `released-button', draw a box looking
542 like a released 3D button. If STYLE is `pressed-button' draw a box 544 like a released 3D button. If STYLE is `pressed-button' draw a box
543 that appears like a pressed button. If STYLE is nil, the default if 545 that appears like a pressed button. If STYLE is nil, the default if