glutSetMenu.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
- ."
- ." Copyright (c) Mark J. Kilgard, 1996.
- ."
- .TH glutSetMenu 3GLUT "3.7" "GLUT" "GLUT"
- .SH NAME
- glutSetMenu - sets the current menu; glutGetMenu - returns the identifier of the current menu.
- .SH SYNTAX
- .nf
- .LP
- void glutSetMenu(int menu);
- int glutGetMenu(void);
- .fi
- .SH ARGUMENTS
- .IP fImenufP 1i
- The identifier of the menu to make the current menu.
- .SH DESCRIPTION
- glutSetMenu sets the current menu; glutGetMenu returns the
- identifier of the current menu. If no menus exist or the previous
- current menu was destroyed, glutGetMenu returns zero.
- .SH SEE ALSO
- glutCreateMenu, glutSetWindow
- .SH AUTHOR
- Mark J. Kilgard (mjk@nvidia.com)