- This wiki is out of date, use the continuation of this wiki instead
Set title
From FenixWiki
(Difference between revisions)
Revision as of 15:19, 22 April 2007 (edit) Woody (Talk | contribs) ← Previous diff |
Revision as of 00:22, 23 April 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 2: | Line 2: | ||
[[Category:initialization]] | [[Category:initialization]] | ||
- | '''INT''' | + | == Definition == |
+ | '''INT''' Set_Title ( <'''STRING''' title> ) | ||
Sets the title of the program's window. | Sets the title of the program's window. | ||
+ | |||
+ | == Parameters == | ||
+ | {| | ||
+ | | '''STRING''' title || - The new title for the program's window. | ||
+ | |} | ||
+ | |||
+ | == Returns == | ||
+ | '''INT''' : Returns [[true]] if successful and [[false]] if failed. (''Needs confirmation.'') |
Revision as of 00:22, 23 April 2007
Definition
INT Set_Title ( <STRING title> )
Sets the title of the program's window.
Parameters
STRING title | - The new title for the program's window. |
Returns
INT : Returns true if successful and false if failed. (Needs confirmation.)