1SDL_WM_IconifyWindow(3)        SDL API Reference       SDL_WM_IconifyWindow(3)
2
3
4

NAME

6       SDL_WM_IconifyWindow - Iconify/Minimise the window
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_WM_IconifyWindow(void);
12

DESCRIPTION

14       If  the  application  is  running  in  a window managed environment SDL
15       attempts to iconify/minimise it. If SDL_WM_IconifyWindow is successful,
16       the application will receive a SDL_APPACTIVE loss event.
17

RETURN VALUE

19       Returns non-zero on success or 0 if iconification is not support or was
20       refused by the window manager.
21
22
23
24SDL                         Tue 11 Sep 2001, 23:02     SDL_WM_IconifyWindow(3)
Impressum