mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
7be70d658b
commit
4d2c0d22e9
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue