mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
extra track header buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10550 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
84bb14efdc
commit
702cca1c93
6 changed files with 36 additions and 20 deletions
|
|
@ -78,6 +78,7 @@ class ArdourButton : public CairoWidget
|
|||
void set_distinct_led_click (bool yn);
|
||||
|
||||
sigc::signal<void> signal_led_clicked;
|
||||
sigc::signal<void> signal_clicked;
|
||||
|
||||
boost::shared_ptr<PBD::Controllable> get_controllable() { return binding_proxy.get_controllable(); }
|
||||
void set_controllable (boost::shared_ptr<PBD::Controllable> c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue