36typedef struct _QuantizeDialogWidget
38 GtkDialog parent_instance;
39 GtkButton * cancel_btn;
40 GtkButton * quantize_btn;
41 GtkBox * note_length_box;
42 GtkBox * note_type_box;
43 DigitalMeterWidget * note_length;
44 DigitalMeterWidget * note_type;
45 GtkToggleButton * adjust_start;
46 GtkToggleButton * adjust_end;
49 GtkBox * randomization_box;
50 BarSliderWidget * amount;
51 BarSliderWidget * swing;
52 BarSliderWidget * randomization;
54 QuantizeOptions * opts;