diff options
author | Graydon, Tracy <tracy.graydon@intel.com> | 2012-11-28 19:43:53 -0800 |
---|---|---|
committer | Graydon, Tracy <tracy.graydon@intel.com> | 2012-11-28 19:43:53 -0800 |
commit | 55af18608e149dd3930e420014068df6fe416552 (patch) | |
tree | 3d85f5ddc0de53fce59b0a8a4dcd9891e58a43eb /docs/man3/SDL_WM_GetCaption.3 | |
download | SDL-55af18608e149dd3930e420014068df6fe416552.tar.gz SDL-55af18608e149dd3930e420014068df6fe416552.tar.bz2 SDL-55af18608e149dd3930e420014068df6fe416552.zip |
Initial commit for Tizensubmit/1.0/20121129.034415
Diffstat (limited to 'docs/man3/SDL_WM_GetCaption.3')
-rw-r--r-- | docs/man3/SDL_WM_GetCaption.3 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/man3/SDL_WM_GetCaption.3 b/docs/man3/SDL_WM_GetCaption.3 new file mode 100644 index 0000000..68ed8b2 --- /dev/null +++ b/docs/man3/SDL_WM_GetCaption.3 @@ -0,0 +1,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 |