FS#159 - Add sf::Window::SetTitle

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1502 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-04-09 07:35:08 +00:00
parent a512479a42
commit ae2ae15e12
7 changed files with 55 additions and 1 deletions

View file

@ -310,6 +310,14 @@ public :
////////////////////////////////////////////////////////////
void SetSize(unsigned int width, unsigned int height);
////////////////////////////////////////////////////////////
/// \brief Change the title of the window
///
/// \param title New title
///
////////////////////////////////////////////////////////////
void SetTitle(const std::string& title);
////////////////////////////////////////////////////////////
/// \brief Show or hide the window
///