Functions | |
int | glutCreateMenuWindow (int parentID, int x, int y, int w, int h) |
int | glutCreateSubWindow (int parentID, int x, int y, int w, int h) |
int | glutCreateWindow (const char *title) |
void | glutDestroyWindow (int windowID) |
void | glutFullScreen (void) |
int | glutGetWindow (void) |
void * | glutGetWindowData (void) |
void | glutHideWindow (void) |
void | glutIconifyWindow (void) |
void | glutPopWindow (void) |
void | glutPositionWindow (int x, int y) |
void | glutPushWindow (void) |
void | glutReshapeWindow (int width, int height) |
void | glutSetIconTitle (const char *title) |
void | glutSetWindow (int ID) |
void | glutSetWindowData (void *data) |
void | glutSetWindowStayOnTop (GLint enable) |
void | glutSetWindowTitle (const char *title) |
void | glutShowWindow (void) |