changing menu appearance

Hi, does anyone know of a way to change the default color of a glut menu?

Thanks in advance.

Hi !

glut has no support to change the color of the menus, you need to use OS specific code to do that, and I am not sure if you can get your hands on the menu handle (win32) or what ever you need from glut.

Mikael