set-menuitem-colors!

Name

set-menuitem-colors! -- Sets the fg and bg colors of MENUITEM to FG and BG respectively.

Synopsis

(set-menuitem-colors! menuitem fg bg)

Description

Sets the fg and bg colors of menuitem to fg and bg respectively. Use #f for either/both component to have menuitem inherit that color from the menu in which it is embedded.

Implementation Notes

Module: Built-in Primitive

Defined in src/menuitem.c at line 205 (CVS log)