Scroll to navigation

GLUTDETACHMENU(3) Library Functions Manual (local) GLUTDETACHMENU(3)

NAME

glutDetachMenuDetach 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)