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
|
|
@ -28,10 +28,9 @@
|
|||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/adjustment.h>
|
||||
|
||||
#include <gtkmm2ext/barcontroller.h>
|
||||
#include "pbd/controllable.h"
|
||||
|
||||
#include "ardour/types.h"
|
||||
#include "widgets/barcontroller.h"
|
||||
|
||||
#include "ardour_dialog.h"
|
||||
|
||||
|
|
@ -41,7 +40,7 @@ namespace ARDOUR {
|
|||
|
||||
class LatencyGUI;
|
||||
|
||||
class LatencyBarController : public Gtkmm2ext::BarController
|
||||
class LatencyBarController : public ArdourWidgets::BarController
|
||||
{
|
||||
public:
|
||||
LatencyBarController (Gtk::Adjustment& adj, LatencyGUI* g)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue