set-right-button-face!

Name

set-right-button-face! -- Set the button face for the right-button numbered BUTTON.

Synopsis

(set-right-button-face! button active-up #&optional
				       (active-down #f) (inactive #f))

Description

Set the button face for the right-button numbered BUTTON. E.g., if BUTTON is 1, this will set the rightmost button of your titlebar. See set-button-face! for a description of ACTIVE-UP, ACTIVE-DOWN, and INACTIVE.

Implementation Notes

Module: (app scwm face)

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