Difference between revisions of "AlertDialog:show"

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

Latest revision as of 18:21, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Shows the alert dialog.

AlertDialog:show()