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


SDL_WM_SetCaption

SDL_WM_SetCaption

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_WM_SetCaption− Sets the window tile and icon name.

SYNOPSIS

#include "SDL.h"

void SDL_WM_SetCaption(const char *title, const char *icon);

DESCRIPTION

Sets the title-bar and icon name of the display window.

SEE ALSO

SDL_WM_GetCaption, SDL_WM_SetIcon



SDL_WM_SetCaption(3)