-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.vision.gui.info
César Román edited this page Dec 15, 2022
·
9 revisions
Display an informational-style message popup box to the user.
Args:
- message (str): The message to display. This will be translated to the selected Locale.
- title (str): A title for the message box. This will be translated to the selected Locale. Defaults to "Information". Optional.
- detail (str): Additional text to display. This will be translated to the selected Locale. Optional.
None.
import incendium.vision.gui
incendium.vision.gui.info("Important information.")