Difference between revisions of "AlertDialog:show"

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

Latest revision as of 18:21, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Shows the alert dialog.

AlertDialog:show()