Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | QuantizeBoxWidget |
Macros | |
#define | QUANTIZE_BOX_WIDGET_TYPE (quantize_box_widget_get_type ()) |
#define | MW_QUANTIZE_BOX MW_TIMELINE_TOOLBAR->quantize_box |
Functions | |
G_DECLARE_FINAL_TYPE (QuantizeBoxWidget, quantize_box_widget, Z, QUANTIZE_BOX_WIDGET, GtkBox) typedef struct _SnapGridWidget SnapGridWidget | |
void | quantize_box_widget_setup (QuantizeBoxWidget *self, QuantizeOptions *q_opts) |
Sets up the QuantizeBoxWidget. | |