-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.vision.gui.info
César Román edited this page Apr 30, 2024
·
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. Optional. Defaults to "Information". - 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.")