1SDL_WM_GetCaption(3) SDL API Reference SDL_WM_GetCaption(3)
23
4
NAME
6SDL_WM_GetCaption - Gets the window title and icon name.
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_WM_GetCaption(char **title, char **icon);
12
DESCRIPTION
14Set pointers to the window title and icon name.
15
SEE ALSO
17SDL_WM_SetCaption, SDL_WM_SetIcon
1819
20
21
SDL Tue 11 Sep 2001, 23:01 SDL_WM_GetCaption(3)