border-style

Name

border-style -- Set the border style in the current decor.

Synopsis

(border-style #&key (active '())  
			      (inactive '()) #&allow-other-keys #&rest rest)

Description

Set the border style in the current decor. This function takes the keyword arguments #:hidden-handles, #:no-inset, and #:pixmap, with effects as described under the `Face Flags' and `Face Specification Flags' concepts (except that #:pixmap is always tiled). These keyword arguments can either be included in the main argument list, or lists of these arguments can be used as the ACTIVE or INACTIVE arguments.

Implementation Notes

Module: (app scwm face)

Defined in scheme/face.scm at line 69 (CVS log)