|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Quantize dialog. More...
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
| struct | QuantizeDialogWidget |
Macros | |
| #define | QUANTIZE_DIALOG_WIDGET_TYPE (quantize_dialog_widget_get_type ()) |
Typedefs | |
| typedef struct _DigitalMeterWidget | DigitalMeterWidget |
| typedef struct _BarSliderWidget | BarSliderWidget |
Functions | |
| G_DECLARE_FINAL_TYPE (QuantizeDialogWidget, quantize_dialog_widget, Z, QUANTIZE_DIALOG_WIDGET, GtkDialog) class QuantizeOptions | |
| QuantizeDialogWidget * | quantize_dialog_widget_new (QuantizeOptions *opts) |
| Creates an quantize dialog widget and displays it. | |
Quantize dialog.
Definition in file quantize_dialog.h.
| #define QUANTIZE_DIALOG_WIDGET_TYPE (quantize_dialog_widget_get_type ()) |
Definition at line 18 of file quantize_dialog.h.
| typedef struct _BarSliderWidget BarSliderWidget |
Definition at line 28 of file quantize_dialog.h.
| typedef struct _DigitalMeterWidget DigitalMeterWidget |
Definition at line 27 of file quantize_dialog.h.