mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Move Gtkmm2ext widgets into libwidget
This commit is contained in:
parent
b6e4dfe37b
commit
f6e182b937
48 changed files with 218 additions and 252 deletions
|
|
@ -31,9 +31,9 @@
|
|||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "gtkmm2ext/barcontroller.h"
|
||||
#include "pbd/signals.h"
|
||||
#include "evoral/Parameter.hpp"
|
||||
#include "widgets/barcontroller.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
|
|
@ -41,7 +41,7 @@ namespace ARDOUR {
|
|||
class AutomationControl;
|
||||
}
|
||||
|
||||
class AutomationBarController : public Gtkmm2ext::BarController {
|
||||
class AutomationBarController : public ArdourWidgets::BarController {
|
||||
public:
|
||||
AutomationBarController(boost::shared_ptr<ARDOUR::AutomationControl> ac,
|
||||
Gtk::Adjustment* adj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue