glutSetMenu - Man Page

Set the current menu ID.

Library

OpenGLUT - menus

Synopsis

#include <openglut.h>

void
glutSetMenu(int menuID);

Parameters


menuID

Selected menu

Description

Set the


current menu

to the specified


menuID.

See Also

glutGetMenu(3)

Referenced By

glutAttachMenu(3), glutGetMenu(3).