mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +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
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "gtkmm2ext/utils.h"
|
||||
#include "gtkmm2ext/gtk_ui.h"
|
||||
#include "gtkmm2ext/paths_dialog.h"
|
||||
#include "gtkmm2ext/window_title.h"
|
||||
|
||||
#include "pbd/fpu.h"
|
||||
|
|
@ -53,6 +52,8 @@
|
|||
#include "control_protocol/control_protocol.h"
|
||||
|
||||
#include "canvas/wave_view.h"
|
||||
|
||||
#include "widgets/paths_dialog.h"
|
||||
#include "widgets/tooltips.h"
|
||||
|
||||
#include "ardour_dialog.h"
|
||||
|
|
@ -3995,7 +3996,7 @@ void RCOptionEditor::clear_au_blacklist () {
|
|||
|
||||
void RCOptionEditor::edit_lxvst_path () {
|
||||
Glib::RefPtr<Gdk::Window> win = get_parent_window ();
|
||||
Gtkmm2ext::PathsDialog *pd = new Gtkmm2ext::PathsDialog (
|
||||
PathsDialog *pd = new PathsDialog (
|
||||
*current_toplevel(), _("Set Linux VST Search Path"),
|
||||
_rc_config->get_plugin_path_lxvst(),
|
||||
PluginManager::instance().get_default_lxvst_path()
|
||||
|
|
@ -4017,7 +4018,7 @@ void RCOptionEditor::edit_lxvst_path () {
|
|||
}
|
||||
|
||||
void RCOptionEditor::edit_vst_path () {
|
||||
Gtkmm2ext::PathsDialog *pd = new Gtkmm2ext::PathsDialog (
|
||||
PathsDialog *pd = new PathsDialog (
|
||||
*current_toplevel(), _("Set Windows VST Search Path"),
|
||||
_rc_config->get_plugin_path_vst(),
|
||||
PluginManager::instance().get_default_windows_vst_path()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue