Method SDL.set_caption()
- Method
set_caption
voidset_caption(stringtitle,stringicon)- Description
Sets the window's title and icon name. Icon name refers to the text that appears next to the application's icon in its minimized window.
- Parameter
title The window's title.
- Parameter
icon The minimized window's icon name.
- See also