Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add FileSelection dialog type | Reyk Floeter | 2019-12-10 |
This patch adds the FileSelection struct representing a file selection dialog. It can be displayed using the backend’s show_file_selection function. Currently, we only support file open dialogs (i. e. choosing an existing file). Support for save dialogs should be added in the future. |