Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
AwincNonFile::setTitle Method (int, std::string&)

Sets the current title, storing the title for the specified alternative, then setting the current title to that title.

C++
void setTitle(
    int altNum, 
    const std::string& newTitle
);
Parameters 
Description 
int altNum 
Desired alternative number (1-7). 
const std::string& newTitle 
Title to use. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!