Difference between revisions of "Screen:setTitle"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2023.x<br/> '''Class:''' Screen<br/> === Description === Sets a title to the screen. <source lang="lua"> Screen:setTitle(title) <...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2023. | + | '''Available since:''' Gideros 2023.2<br/> |
'''Class:''' [[Screen]]<br/> | '''Class:''' [[Screen]]<br/> | ||
=== Description === | === Description === | ||
− | Sets a title to the screen. | + | Sets a title to the new screen. |
− | < | + | <syntaxhighlight lang="lua"> |
Screen:setTitle(title) | Screen:setTitle(title) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2023.2
Class: Screen
Description
Sets a title to the new screen.
Screen:setTitle(title)
Parameters
title: (string) the screen title