Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SDL_WM_IconifyWindow(3) 	SDL API Reference	 SDL_WM_IconifyWindow(3)

NAME
     SDL_WM_IconifyWindow - Iconify/Minimise the window

SYNOPSIS
     #include "SDL.h"

     int SDL_WM_IconifyWindow(void);

DESCRIPTION
     If  the application is running in a window managed environment SDL attempts
     to iconify/minimise it. If SDL_WM_IconifyWindow is successful, the applica-
     tion will receive a SDL_APPACTIVE loss event.

RETURN VALUE
     Returns non-zero on success or 0 if iconification is not support or was re-
     fused by the window manager.

SDL			     Tue 11 Sep 2001, 23:02	 SDL_WM_IconifyWindow(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SDL_WM_IconifyWindow&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help