From 4d2c0d22e9ca06a93594583e4e1be88a887428e6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 18 Jul 2025 16:49:18 +0200 Subject: [PATCH] Expose tabbable_visibility_button_press API This is useful in derivative projects with different application bars, and keeps header files in sync --- gtk2_ardour/ardour_ui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index 49039fac0d..b36827d49d 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -238,6 +238,7 @@ public: RCOptionEditor* get_rc_option_editor() { return rc_option_editor; } void show_tabbable (ArdourWidgets::Tabbable*); + bool tabbable_visibility_button_press (GdkEventButton* ev, std::string const& tabbable_name); enum ArdourLogLevel { LogLevelNone = 0, @@ -859,8 +860,6 @@ private: bool main_window_delete_event (GdkEventAny*); bool idle_ask_about_quit (); - bool tabbable_visibility_button_press (GdkEventButton* ev, std::string const& tabbable_name); - void step_up_through_tabs (); void step_down_through_tabs ();