Difference between revisions of "AlertDialog:hide"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Hides the alert dialog.<br /> <br /> <source lang="lua"> = AlertDialog:hide() </source>")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 +
'''Class:''' [[AlertDialog]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Hides the alert dialog.
Hides the alert dialog.<br />
+
<syntaxhighlight lang="lua">
<br />
+
AlertDialog:hide()
<source lang="lua">
+
</syntaxhighlight>
= AlertDialog:hide()
+
 
</source>
+
{{AlertDialog}}

Latest revision as of 17:35, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Hides the alert dialog.

AlertDialog:hide()