Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: Menus?????

  1. #1
    Junior Member Newbie
    Join Date
    Sep 2001
    Posts
    22

    Menus?????

    How do you incorporate menu's into glut??
    I need an answer fast!!!
    Thanks!

  2. #2
    Senior Member OpenGL Pro Zengar's Avatar
    Join Date
    Sep 2001
    Location
    Germany
    Posts
    1,979

    Re: Menus?????

    Are you shure it's possible? Look decumentation. I haven't found something like menus there.

  3. #3
    Advanced Member Frequent Contributor
    Join Date
    Feb 2001
    Location
    Australia
    Posts
    587

    Re: Menus?????

    Yeah, you can have menus. They aren't like a Microsoft Word drop-down menu though. They're right mouse button pop-up menus. I haven't used them for a _long_ time, but the NVIDIA SDK demos do. Either check in there for some examples or use http://www.google.com and look for "GLUT documentation" or check out the documentation that came with GLUT if you downloaded the source and all.

    Hope that helps.

  4. #4
    Junior Member Newbie
    Join Date
    Sep 2001
    Posts
    22

    Re: Menus?????

    What!!!
    You can't have menus????
    Wow.....no I don't want the right click-pop up kind......I want the drop down ones...

    Can't I use something like
    menu_bar = XmCreateMenuBar(form, "menu_bar", NULL, 0);
    XtManageChild(menu_bar);

    Like in glx???

  5. #5
    Advanced Member Frequent Contributor
    Join Date
    Aug 2000
    Location
    Cardiff University
    Posts
    668

    Re: Menus?????

    http://www.cs.unc.edu/~rademach/glui/

    There used to be a couple of others PLUI and possibly GLIB.

    gav

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •