Difference between revisions of "AlertDialog:hide"

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

Latest revision as of 17:35, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Hides the alert dialog.

AlertDialog:hide()