Difference between revisions of "AlertDialog:hide"
From GiderosMobile
Tag: Undo |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
'''Class:''' [[AlertDialog]]<br/> | '''Class:''' [[AlertDialog]]<br/> | ||
Line 5: | Line 4: | ||
=== Description === | === Description === | ||
Hides the alert dialog. | Hides the alert dialog. | ||
− | < | + | <syntaxhighlight lang="lua"> |
− | |||
− | |||
AlertDialog:hide() | AlertDialog:hide() | ||
− | </ | + | </syntaxhighlight> |
{{AlertDialog}} | {{AlertDialog}} |
Latest revision as of 16:35, 12 July 2023
Available since: Gideros 2012.8
Class: AlertDialog
Description
Hides the alert dialog.
AlertDialog:hide()