mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
change class names and heirarchy for the GUI elements that will be used to edit/trim clips
This commit is contained in:
parent
7426c96812
commit
12dc428a60
9 changed files with 81 additions and 211 deletions
|
|
@ -28,7 +28,7 @@ namespace ArdourWidgets {
|
|||
|
||||
class RegionPropertiesBox;
|
||||
class RegionOperationsBox;
|
||||
class RegionTrimmerBox;
|
||||
class ClipEditorBox;
|
||||
|
||||
class TriggerUI : public Gtk::Table //, public sigc::trackable
|
||||
{
|
||||
|
|
@ -91,7 +91,7 @@ class TriggerWindow : public Gtk::Window
|
|||
|
||||
RegionPropertiesBox *_prop_box;
|
||||
RegionOperationsBox *_ops_box;
|
||||
RegionTrimmerBox *_trim_box;
|
||||
ClipEditorBox *_trim_box;
|
||||
};
|
||||
|
||||
#endif /* __ardour_gtk_trigger_ui_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue