mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Move more Gtkmm2ext widgets into libwidget
This commit is contained in:
parent
b5e9451bc7
commit
f9e5e4360e
78 changed files with 428 additions and 443 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "gtkmm2ext/binding_proxy.h"
|
||||
#include "widgets/binding_proxy.h"
|
||||
|
||||
#include "panner_interface.h"
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ private:
|
|||
double accumulated_delta;
|
||||
bool detented;
|
||||
|
||||
BindingProxy position_binder;
|
||||
ArdourWidgets::BindingProxy position_binder;
|
||||
|
||||
void set_tooltip ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue