port MIDI function dialog rows to new libadwaita widgets
These changes result in -Wincompatible-pointer-types
warnings, but I am unsure about the best way to get rid of them. Is it to initialize all row
s as ADW_ACTION_ROW
, and wrap them in ADW_SPIN_ROW
or ADW_SWITCH_ROW
when calling the functions specific to those widgets (like adw_spin_row_set_value
)?