Lines Matching refs:iconified
1704 * void function_name(GLFWwindow* window, int iconified)
1707 * @param[in] window The window that was iconified or restored.
1708 * @param[in] iconified `GLFW_TRUE` if the window was iconified, or
1718 typedef void (* GLFWwindowiconifyfun)(GLFWwindow* window, int iconified);
2874 * will depend on whether that window is iconified.
3120 * iconified, the supported video mode most closely matching the desired video
3135 * As long as at least one full screen window is not iconified, the screensaver
3798 * previously restored. If the window is already iconified, this function does
3810 * @remark @wayland Once a window is iconified, @ref glfwRestoreWindow won’t
3829 * This function restores the specified window if it was previously iconified
3833 * If the specified window is an iconified full screen window, its desired
3936 * The window should already be visible and not iconified.
4381 * is called when the window is iconified or restored.
4391 * void function_name(GLFWwindow* window, int iconified)