37typedef struct _ScaleSelectorWindowWidget
39 GtkDialog parent_instance;
41 GtkFlowBox * creator_root_note_flowbox;
42 GtkFlowBoxChild * creator_root_note_c;
43 GtkFlowBoxChild * creator_root_note_cs;
44 GtkFlowBoxChild * creator_root_note_d;
45 GtkFlowBoxChild * creator_root_note_ds;
46 GtkFlowBoxChild * creator_root_note_e;
47 GtkFlowBoxChild * creator_root_note_f;
48 GtkFlowBoxChild * creator_root_note_fs;
49 GtkFlowBoxChild * creator_root_note_g;
50 GtkFlowBoxChild * creator_root_note_gs;
51 GtkFlowBoxChild * creator_root_note_a;
52 GtkFlowBoxChild * creator_root_note_as;
53 GtkFlowBoxChild * creator_root_note_b;
56 GtkFlowBoxChild * creator_root_notes[12];
58 GtkFlowBox * creator_type_flowbox;
59 GtkFlowBox * creator_type_other_flowbox;