|
FabGL
ESP32 Display Controller and Graphics Library
|
| uiMessageBoxResult fabgl::uiApp::messageBox | ( | char const * | title, |
| char const * | text, | ||
| char const * | button1Text, | ||
| char const * | button2Text = nullptr, |
||
| char const * | button3Text = nullptr, |
||
| uiMessageBoxIcon | icon = uiMessageBoxIcon::Question |
||
| ) |
Displays a modal dialog box with an icon, text and some buttons.
| title | The dialog box title. If nullptr the messaebox has no title bar |
| text | The message to be displayed |
| button1Text | Left button text |
| button2Text | Middle button text (may be nullptr, if not present) |
| button3Text | Right button text (may be nullptr, if not present) |
| icon | Icon to be displayed |