desk-background

Name

desk-background -- Set the background to use on desk DESK.

Synopsis

(desk-background desk #&key
				 (reset #f) 
				 (color #f) 
				 (image #f)
				 (image-style 'centered))

Description

Set the background to use on desk DESK. RESET determines whether to reset the background to the standard X crosshatch before enacting any other settings. COLOR is a background color to set, either a color name or a color object. IMAGE is a background image, either an image name or an image object. IMAGE-STYLE is either 'tiled or 'centered. The default may be set by setting the background for DESK #t.

Implementation Notes

Module: (app scwm desk-background)

Defined in scheme/desk-background.scm at line 25 (CVS log)