File: SDL_WM_GetCaption.3

package info (click to toggle)
libsdl1.2 1.2.15-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,424 kB
  • ctags: 21,812
  • sloc: ansic: 128,770; cpp: 11,192; sh: 9,881; asm: 2,553; objc: 2,128; makefile: 355; csh: 248; perl: 35; pascal: 8
file content (15 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH "SDL_WM_GetCaption" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" 
.SH "NAME"
SDL_WM_GetCaption \- Gets the window title and icon name\&.
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.sp
\fBvoid \fBSDL_WM_GetCaption\fP\fR(\fBchar **title, char **icon\fR);
.SH "DESCRIPTION"
.PP
Set pointers to the window \fBtitle\fR and \fBicon\fR name\&.
.SH "SEE ALSO"
.PP
\fI\fBSDL_WM_SetCaption\fP\fR, \fI\fBSDL_WM_SetIcon\fP\fR
.\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01