sdl_wm_iconifywindow(3) debian man page | unix.com

Man Page: sdl_wm_iconifywindow

Operating Environment: debian

Section: 3

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 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
Tue 11 Sep 2001, 23:02 SDL_WM_IconifyWindow(3)
Related Man Pages
sdl_seteventfilter(3) - centos
sdl::app(3) - suse
sdl::video(3) - suse
sdl::mpeg(3pm) - debian
sdl::smpeg(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file