Expose tabbable_visibility_button_press API

This is useful in derivative projects with different
application bars, and keeps header files in sync
This commit is contained in:
Robin Gareus 2025-07-18 16:49:18 +02:00
parent 7be70d658b
commit 4d2c0d22e9
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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 ();