glutDetachMenu - Man Page

Detach menu from the current window.

Library

OpenGLUT - menus

Synopsis

#include <openglut.h>

void
glutDetachMenu(int button);

Parameters


button

Mouse button to unbind from.

Description

If the given


button

has a menu bound to it, this breaks the assocation.

See Also

glutCreateMenu(3) glutDestroyMenu(3) glutAttachMenu(3)