Update Location UI to include section marker flags

This commit is contained in:
Robin Gareus 2023-08-26 03:18:45 +02:00
parent 3aadf2daf0
commit 1f772d30d3
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 142 additions and 20 deletions

View file

@ -96,6 +96,7 @@ protected:
AudioClock length_clock;
Gtk::CheckButton cd_check_button;
Gtk::CheckButton section_check_button;
Gtk::CheckButton hide_check_button;
Gtk::CheckButton lock_check_button;
@ -131,6 +132,7 @@ protected:
bool locate_to_clock (GdkEventButton*, AudioClock*);
void cd_toggled ();
void section_toggled ();
void hide_toggled ();
void lock_toggled ();
void remove_button_pressed ();