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

NAME

6       SDL_WM_SetCaption - Sets the window tile and icon name.
7

SYNOPSIS

9       #include "SDL.h"
10
11       void SDL_WM_SetCaption(const char *title, const char *icon);
12

DESCRIPTION

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

SEE ALSO

17       SDL_WM_GetCaption, SDL_WM_SetIcon
18
19
20
21SDL                         Tue 11 Sep 2001, 23:02        SDL_WM_SetCaption(3)
Impressum