|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Export progress dialog. More...
#include "common/dsp/exporter.h"#include "gui/backend/gtk_widgets/dialogs/generic_progress_dialog.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | EXPORT_PROGRESS_DIALOG_WIDGET_TYPE (export_progress_dialog_widget_get_type ()) |
Typedefs | |
| using | ExportProgressDialogCloseCallback |
Functions | |
| ExportProgressDialogWidget * | export_progress_dialog_widget_new (std::shared_ptr< Exporter > exporter, bool autoclose, std::optional< ExportProgressDialogCloseCallback > close_callback, bool show_open_dir_btn, bool cancelable) |
| Creates an export dialog widget and displays it. | |
Export progress dialog.
Definition in file export_progress_dialog.h.
| #define EXPORT_PROGRESS_DIALOG_WIDGET_TYPE (export_progress_dialog_widget_get_type ()) |
Definition at line 17 of file export_progress_dialog.h.