Python Forum

Full Version: How to set the window icon with OpenGL GLUT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have already successfully created the OpenGL window with glut.
Now,I want to set/change the window icon and taskbar icon,is it possible to do that?
If so,how to?
Which package PyGlut?
The library that i am using is Pyopengl,I use the glut function in this library to creating a window.
Now,I want to change the logo of the window.
How do I do it?
If pyopengl can't do this,can I use pygame instead by doing pygame.display.set_icon()?
Can pygame.display be used with opengl.glut?

I hope my question is clear enough this time.sorry for the unclearness.
It's part of the title function, see: http://pyopengl.sourceforge.net/document...Title.html