Go to the source code of this file.
|
| | gui |
| | General purpose widgets.
|
| |
| | dialogs |
| | Various uncategorised dialogs.
|
| |
|
| int | dialogs::show_file_chooser_dialog (CVideo &video, std::string &filename, std::string const &title, bool show_directory_buttons=true, const std::string &file_to_search="", int xloc=-1, int yloc=-1) |
| | Show a dialog where the user can navigate through files and select a file. More...
|
| |
| int | dialogs::show_file_chooser_dialog_save (CVideo &video, std::string &filename, std::string const &title, const std::string &default_file_name="", bool show_directory_buttons=true, const std::string &file_to_search="", int xloc=-1, int yloc=-1) |
| | Show a filechooser dialog in a "save" mode, that is, without relying on autocomplete to allow saving under any filename. More...
|
| |