Zrythm
a highly automated and intuitive digital audio workstation
|
Export dialog. More...
#include <adwaita.h>
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | ExportDialogWidget |
The export dialog. More... | |
Macros | |
#define | EXPORT_DIALOG_WIDGET_TYPE (export_dialog_widget_get_type ()) |
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 17 of file export_dialog.h.