glutDetachMenu

Langue: en

Version: 169271 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)


BSD mandoc

NAME

glutDetachMenu - Detach menu from the current window.

LIBRARY

OpenGLUT - menus

SYNOPSIS

In openglut.h Ft void Fn glutDetachMenu int button

PARAMETERS

Bf Em
 button Ef
    Mouse button to unbind from.

DESCRIPTION

If the given Bf Sy
 button Ef
 has a menu bound to it, this breaks the assocation.

SEE ALSO

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