Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > eee00533ac83fd7ebbf9846dc6d3b77b > files > 236

Io-language-graphics-and-sound-20080330-6.fc15.i686.rpm


<HTML><HEAD><TITLE>Manpage of glutChangeToSubMenu</TITLE>
</HEAD><BODY>
<H1>glutChangeToSubMenu</H1>
Section: GLUT (3GLUT)<BR>Updated: 3.7<BR><A HREF="#index">Index</A>
<A HREF="">Return to Main Contents</A><HR>

<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>

glutChangeToSubMenu - changes the specified menu item in the current
menu into a sub-menu trigger. 
<A NAME="lbAC">&nbsp;</A>
<H2>SYNTAX</H2>

<PRE>

void glutChangeToSubMenu(int entry, char *name, int menu);
</PRE>

<A NAME="lbAD">&nbsp;</A>
<H2>ARGUMENTS</H2>

<DL COMPACT>
<DT><I>entry</I><DD>
Index into the menu items of the current menu (1 is the topmost menu item). 
<DT><I>name</I><DD>
ASCII character string to display in the menu item to cascade the sub-menu from. 
<DT><I>menu</I><DD>
Identifier of the menu to cascade from this sub-menu menu item. 
</DL>
<A NAME="lbAE">&nbsp;</A>
<H2>DESCRIPTION</H2>

glutChangeToSubMenu changes the specified menu item in the current
menu into a sub-menu trigger. The entry parameter determines which
menu item should be changed, with one being the topmost item. entry
must be between 1 and glutGet(GLUT_MENU_NUM_ITEMS) inclusive.
The menu item to change does not have to be a sub-menu trigger already.
The string name will be displayed for the newly changed sub-menu
trigger. The menu identifier names the sub-menu to cascade from the
newly added sub-menu trigger. 
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>

glutChangeToMenuEntry, glutAddSubMenu, glutRemoveMenuItem
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHOR</H2>

Mark J. Kilgard (<A HREF="mailto:mjk@nvidia.com">mjk@nvidia.com</A>)
<P>

<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNTAX</A><DD>
<DT><A HREF="#lbAD">ARGUMENTS</A><DD>
<DT><A HREF="#lbAE">DESCRIPTION</A><DD>
<DT><A HREF="#lbAF">SEE ALSO</A><DD>
<DT><A HREF="#lbAG">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="">man2html</A>,
using the manual pages.<BR>
Time: 19:05:09 GMT, September 15, 2003
</BODY>
</HTML>