|
FabGL
ESP32 Display Controller and Graphics Library
|
| uiMessageBoxResult fileDialog | ( | char const * | title, |
| char * | inOutDirectory, | ||
| int | maxDirNameSize, | ||
| char * | inOutFilename, | ||
| int | maxFileNameSize, | ||
| char const * | buttonOKText, | ||
| char const * | buttonCancelText, | ||
| int | frameWidth = 200, |
||
| int | frameHeight = 250 |
||
| ) |
Displays a modal open/save dialog box.
| title | The dialog box title. If nullptr the messagebox has no title bar |
| inOutDirectory | Input and output selected directory |
| maxDirNameSize | Maximum number of characters allowed for the directory (ending zero not included) |
| inOutFilename | Input and output selected filename |
| maxFileNameSize | Maximum number of characters allowed for the filename (ending zero not included) |
| buttonOKText | OK button text |
| buttonCancelText | Cancel button text |
| frameWidth | Dialog box width in pixels |
| frameHeight | Dialog box height in pixels |