mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
[Summary] Making namespace WavesUI a class.
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 466991]
This commit is contained in:
parent
250fd20658
commit
706f89993a
21 changed files with 205 additions and 264 deletions
|
|
@ -28,14 +28,9 @@ const int PublicEditor::horizontal_spacing = 6;
|
|||
|
||||
sigc::signal<void> PublicEditor::DropDownKeys;
|
||||
|
||||
PublicEditor::PublicEditor ()
|
||||
: WavesWindow (Gtk::WINDOW_TOPLEVEL)
|
||||
, VisibilityTracker (*((Gtk::Window*)this))
|
||||
{
|
||||
}
|
||||
|
||||
PublicEditor::PublicEditor (std::string layout_script)
|
||||
: WavesWindow (Gtk::WINDOW_TOPLEVEL, layout_script)
|
||||
: Window (Gtk::WINDOW_TOPLEVEL)
|
||||
, WavesUI (layout_script, *this)
|
||||
, VisibilityTracker (*((Gtk::Window*)this))
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue