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_GetCaption(3)


SDL_WM_GetCaption

SDL_WM_GetCaption

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_WM_GetCaption− Gets the window title and icon name.

SYNOPSIS

#include "SDL.h"

void SDL_WM_GetCaption(char **title, char **icon);

DESCRIPTION

Set pointers to the window title and icon name.

SEE ALSO

SDL_WM_SetCaption, SDL_WM_SetIcon



SDL_WM_GetCaption(3)