|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Export dialog. More...
#include "common/dsp/position.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"#include "gui/backend/gtk_widgets/item_factory.h"#include "gui/backend/gtk_widgets/libadwaita_wrapper.h"
Go to the source code of this file.
Macros | |
| #define | EXPORT_DIALOG_WIDGET_TYPE (export_dialog_widget_get_type ()) |
Typedefs | |
| using | ExportDialogWidget |
| The export dialog. | |
Enumerations | |
| enum class | ExportFilenamePattern { EFP_APPEND_FORMAT , EFP_PREPEND_DATE_APPEND_FORMAT } |
Functions | |
| G_DECLARE_FINAL_TYPE (ExportDialogWidget, export_dialog_widget, Z, EXPORT_DIALOG_WIDGET, GtkDialog) typedef struct _DigitalMeterWidget DigitalMeterWidget | |
| ExportDialogWidget * | export_dialog_widget_new (void) |
| Creates an export dialog widget and displays it. | |
Export dialog.
Definition in file export_dialog.h.
| #define EXPORT_DIALOG_WIDGET_TYPE (export_dialog_widget_get_type ()) |
Definition at line 18 of file export_dialog.h.