mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
mute and send-alert buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10397 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
36803567f0
commit
592bfa3616
15 changed files with 91 additions and 69 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#define __ardour_gtk_editor_route_h__
|
||||
|
||||
#include "pbd/signals.h"
|
||||
#include "gtkmm2ext/widget_state.h"
|
||||
#include "editor_component.h"
|
||||
|
||||
class EditorRoutes : public EditorComponent, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
|
||||
|
|
@ -123,7 +124,7 @@ private:
|
|||
Gtk::TreeModelColumn<std::string> text;
|
||||
Gtk::TreeModelColumn<bool> visible;
|
||||
Gtk::TreeModelColumn<uint32_t> rec_state;
|
||||
Gtk::TreeModelColumn<uint32_t> mute_state;
|
||||
Gtk::TreeModelColumn<Gtkmm2ext::ActiveState> mute_state;
|
||||
Gtk::TreeModelColumn<uint32_t> solo_state;
|
||||
Gtk::TreeModelColumn<uint32_t> solo_isolate_state;
|
||||
Gtk::TreeModelColumn<uint32_t> solo_safe_state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue