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;
45 GtkToggleButton * adjust_start;
46 GtkToggleButton * adjust_end;
49 GtkBox * randomization_box;