mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Separate Ardour UI widgets into dedicated library
This commit is contained in:
parent
d397e1f85c
commit
5c92613698
92 changed files with 849 additions and 576 deletions
|
|
@ -32,10 +32,11 @@
|
|||
|
||||
#include "canvas/rectangle.h"
|
||||
|
||||
#include "widgets/ardour_button.h"
|
||||
#include "widgets/ardour_dropdown.h"
|
||||
|
||||
#include "time_axis_view.h"
|
||||
#include "automation_controller.h"
|
||||
#include "ardour_button.h"
|
||||
#include "ardour_dropdown.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
|
|
@ -154,8 +155,8 @@ protected:
|
|||
bool ignore_toggle;
|
||||
bool first_call_to_set_height;
|
||||
|
||||
ArdourButton hide_button;
|
||||
ArdourDropdown auto_dropdown;
|
||||
ArdourWidgets::ArdourButton hide_button;
|
||||
ArdourWidgets::ArdourDropdown auto_dropdown;
|
||||
Gtk::Label* plugname;
|
||||
bool plugname_packed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue