glutCreateMenuWindow (3) - Linux Manuals

glutCreateMenuWindow: Create a client-controlled menu window.

NAME

glutCreateMenuWindow - Create a client-controlled menu window.

LIBRARY

OpenGLUT - experimental

SYNOPSIS

In openglut.h Ft int Fn glutCreateMenuWindow int parentID int x int y int w int h

PARAMETERS

Bf Em
 parentID Ef
    Parent window identifier.

Bf Em
 x Ef
           Horizontal coordinate on the screen.

Bf Em
 y Ef
           Vertical coordinate on the screen.

Bf Em
 w Ef
           Width of the new window.

Bf Em
 h Ef
           Height of the new window.

DESCRIPTION

This is a highly experimental function. It creates a menu-like window, of requested dimensions, and at a position relative to your current window.

The documentation for this function is currently the OpenGLUT Menu Window proposal. Variance from that proposal may generally be explained by the fact that this feature is highly experimental. It may also be explained by the fact that the implementation may simply be incomplete.

CAVEATS

Did you notice that this feature is highly experimental?