mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
Report when tabbable attachments change, and expose the state
This commit is contained in:
parent
3ac035c85f
commit
577d7230cd
2 changed files with 10 additions and 0 deletions
|
|
@ -102,6 +102,10 @@ public:
|
|||
void att_right_button_toggled();
|
||||
void att_bottom_button_toggled();
|
||||
|
||||
bool att_left_visible () const { return content_att_left.get_visible (); }
|
||||
bool att_right_visible () const { return content_att_right.get_visible (); }
|
||||
bool att_bottom_visible () const { return content_att_bottom.get_visible (); }
|
||||
|
||||
protected:
|
||||
virtual void showhide_att_left (bool yn);
|
||||
virtual void showhide_att_right (bool yn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue