|
Эта страница руководства является частью версии 5.0 Инструментов XCodeПолучить эти инструменты:
Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:
Читать страницы руководстваСтраницы руководства предназначаются как справочник для людей, уже понимающих технологию.
|
glutPositionWindow(3GLUT) GLUT glutPositionWindow(3GLUT) NAME glutPositionWindow - requests a change to the position of the current window. SYNTAX #include <GLUT/glut.h> void glutPositionWindow(int x, int y); ARGUMENTS x New X location of window in pixels. y New Y location of window in pixels. DESCRIPTION glutPositionWindow requests a change in the position of the current window. For top-level windows, the x and y parameters are pixel offsets from the screen origin. For subwindows, the x and y parame-ters parameters ters are pixel offsets from the window's parent window origin. The requests by glutPositionWindow are not processed immediately. The request is executed after returning to the main event loop. This allows multiple glutPositionWindow, glutReshapeWindow, and glutFullScreen requests to the same window to be coalesced. In the case of top-level windows, a glutPositionWindow call is considered only a request for posi-tioning positioning tioning the window. The window system is free to apply its own policies to top-level window place-ment. placement. ment. The intent is that top-level windows should be repositioned according glutPositionWindow's parameters. glutPositionWindow disables the full screen status of a window if previously enabled. SEE ALSO glutInitWindowPosition(3G), glutReshapeWindow(3G) AUTHOR Mark J. Kilgard (mjk@nvidia.com) GLUT 3.7 glutPositionWindow(3GLUT) |
Сообщение о проблемах
Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:
- Ошибки содержания
- Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
- Отчеты об ошибках
- Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
- Форматирование проблем
- Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.