menu-style

Name

menu-style -- Set various properites for the menus.

Synopsis

(menu-style #&key
		     (fg #f) (foreground #f)
		     (bg #f) (background #f)
		     (hl-fg #f) (hl-foreground #f)
		     (hl-bg #f) (hl-background #f)
		     (bg-image #f)
		     (stipple #f) (font #f)
		     (title-font #f)
		     (look #f)
		     (side-image #f) (side-bg 'unset))

Description

Set various properites for the menus. See make-menu for options on creation of individual menus.

Implementation Notes

Module: (app scwm base)

Defined in scheme/base.scm at line 433 (CVS log)