Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_WM_IconifyWindow(3)


SDL_WM_IconifyWindow

SDL_WM_IconifyWindow

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

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 application will receive a SDL_APPACTIVE loss event.

RETURN VALUE

Returns non-zero on success or 0 if iconification is not support or was refused by the window manager.



SDL_WM_IconifyWindow(3)