36 AdwDialog parent_instance;
38 GtkNotebook * notebook;
40 GtkFlowBox * diatonic_flowbox;
41 GtkFlowBoxChild * diatonic_i;
42 GtkFlowBoxChild * diatonic_ii;
43 GtkFlowBoxChild * diatonic_iii;
44 GtkFlowBoxChild * diatonic_iv;
45 GtkFlowBoxChild * diatonic_v;
46 GtkFlowBoxChild * diatonic_vi;
47 GtkFlowBoxChild * diatonic_vii;
48 GtkLabel * diatonic_i_lbl;
49 GtkLabel * diatonic_ii_lbl;
50 GtkLabel * diatonic_iii_lbl;
51 GtkLabel * diatonic_iv_lbl;
52 GtkLabel * diatonic_v_lbl;
53 GtkLabel * diatonic_vi_lbl;
54 GtkLabel * diatonic_vii_lbl;
55 GtkFlowBox * creator_root_note_flowbox;
56 GtkFlowBoxChild * creator_root_note_c;
57 GtkFlowBoxChild * creator_root_note_cs;
58 GtkFlowBoxChild * creator_root_note_d;
59 GtkFlowBoxChild * creator_root_note_ds;
60 GtkFlowBoxChild * creator_root_note_e;
61 GtkFlowBoxChild * creator_root_note_f;
62 GtkFlowBoxChild * creator_root_note_fs;
63 GtkFlowBoxChild * creator_root_note_g;
64 GtkFlowBoxChild * creator_root_note_gs;
65 GtkFlowBoxChild * creator_root_note_a;
66 GtkFlowBoxChild * creator_root_note_as;
67 GtkFlowBoxChild * creator_root_note_b;
70 GtkFlowBoxChild * creator_root_notes[12];
72 GtkFlowBox * creator_type_flowbox;
73 GtkFlowBoxChild * creator_type_maj;
74 GtkFlowBoxChild * creator_type_min;
75 GtkFlowBoxChild * creator_type_dim;
76 GtkFlowBoxChild * creator_type_sus4;
77 GtkFlowBoxChild * creator_type_sus2;
78 GtkFlowBoxChild * creator_type_aug;
81 GtkFlowBoxChild * creator_types[6];
83 GtkFlowBox * creator_accent_flowbox;
84 GtkFlowBoxChild * creator_accent_7;
85 GtkFlowBoxChild * creator_accent_j7;
86 GtkFlowBoxChild * creator_accent_b9;
87 GtkFlowBoxChild * creator_accent_9;
88 GtkFlowBoxChild * creator_accent_s9;
89 GtkFlowBoxChild * creator_accent_11;
90 GtkFlowBoxChild * creator_accent_b5_s11;
91 GtkFlowBoxChild * creator_accent_s5_b13;
92 GtkFlowBoxChild * creator_accent_6_13;
95 GtkFlowBoxChild * creator_accents[9];
97 GtkFlowBox * creator_bass_note_flowbox;
98 GtkFlowBoxChild * creator_bass_note_c;
99 GtkFlowBoxChild * creator_bass_note_cs;
100 GtkFlowBoxChild * creator_bass_note_d;
101 GtkFlowBoxChild * creator_bass_note_ds;
102 GtkFlowBoxChild * creator_bass_note_e;
103 GtkFlowBoxChild * creator_bass_note_f;
104 GtkFlowBoxChild * creator_bass_note_fs;
105 GtkFlowBoxChild * creator_bass_note_g;
106 GtkFlowBoxChild * creator_bass_note_gs;
107 GtkFlowBoxChild * creator_bass_note_a;
108 GtkFlowBoxChild * creator_bass_note_as;
109 GtkFlowBoxChild * creator_bass_note_b;
112 GtkFlowBoxChild * creator_bass_notes[12];
114 GtkCheckButton * creator_visibility_all;
115 GtkCheckButton * creator_visibility_in_scale;
121 ChordDescriptor * descr_clone;