Function: set-face-background-pixmap
set-face-background-pixmap is a function alias and interactive for
set-face-stipple, defined in faces.el.gz.
This command is obsolete since 29.1; use set-face-stipple instead.
Signature
(set-face-background-pixmap FACE STIPPLE &optional FRAME)
Documentation
Change the stipple pixmap of face FACE to STIPPLE.
FRAME nil or not specified means change face on all frames.
STIPPLE should be a string, the name of a file of pixmap data.
The directories listed in the x-bitmap-file-path variable are searched.
Alternatively, STIPPLE may be a list of the form (WIDTH HEIGHT DATA) where WIDTH and HEIGHT are the size in pixels, and DATA is a string, containing the raw bits of the bitmap.
Key Bindings
Aliases
set-face-background-pixmap (obsolete since 29.1)