summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-10-01 16:29:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-10-01 16:29:37 +0000
commitf5091b8db024c3499c72cac8694cde678e8f73bb (patch)
tree4328f4a9b5e0eabc4f657686efa00833f0388d03 /gtk2_ardour/plugin_selector.h
parent3db47e694c45af1c0144b325da57e09e72ac0240 (diff)
slightly less incomplete work on mixer window treeview port
git-svn-id: svn://localhost/trunk/ardour2@46 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_selector.h')
-rw-r--r--gtk2_ardour/plugin_selector.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/gtk2_ardour/plugin_selector.h b/gtk2_ardour/plugin_selector.h
index 22aa2a872b..cc482ffbf0 100644
--- a/gtk2_ardour/plugin_selector.h
+++ b/gtk2_ardour/plugin_selector.h
@@ -20,8 +20,9 @@
#ifndef __ardour_plugin_selector_h__
#define __ardour_plugin_selector_h__
-#include <gtkmm.h>
-#include <gtkmm/ctree.h>
+#include <gtkmm/notebook.h>
+#include <gtkmm/notebook.h>
+#include <gtkmm/treeview.h>
#include <gtkmm2ext/selector.h>
#include <ardour_dialog.h>
@@ -65,19 +66,19 @@ class PluginSelector : public ArdourDialog
ARDOUR::PluginManager *manager;
list<ARDOUR::PluginInfo*> added_plugins;
- static void _input_refiller (Gtk::CList &, void *);
- static void _output_refiller (Gtk::CList &, void *);
-
- void input_refiller (Gtk::CList &);
- void output_refiller (Gtk::CList &);
- void i_plugin_selected (Gtkmm2ext::Selector *selector,
- Gtkmm2ext::SelectionResult *res);
- void i_plugin_chosen (Gtkmm2ext::Selector *selector,
- Gtkmm2ext::SelectionResult *res);
- void o_plugin_selected (Gtkmm2ext::Selector *selector,
- Gtkmm2ext::SelectionResult *res);
- void o_plugin_chosen (Gtkmm2ext::Selector *selector,
- Gtkmm2ext::SelectionResult *res);
+ //static void _input_refiller (Gtk::CList &, void *);
+ //static void _output_refiller (Gtk::CList &, void *);
+
+ //void input_refiller (Gtk::CList &);
+ //void output_refiller (Gtk::CList &);
+ //void i_plugin_selected (Gtkmm2ext::Selector *selector,
+ // Gtkmm2ext::SelectionResult *res);
+ //void i_plugin_chosen (Gtkmm2ext::Selector *selector,
+ // Gtkmm2ext::SelectionResult *res);
+ //void o_plugin_selected (Gtkmm2ext::Selector *selector,
+ // Gtkmm2ext::SelectionResult *res);
+ //void o_plugin_chosen (Gtkmm2ext::Selector *selector,
+ // Gtkmm2ext::SelectionResult *res);
void btn_add_clicked();
void btn_remove_clicked();