summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.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/redirect_box.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/redirect_box.h')
-rw-r--r--gtk2_ardour/redirect_box.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/redirect_box.h b/gtk2_ardour/redirect_box.h
index 913990e3ac..55769cd4e1 100644
--- a/gtk2_ardour/redirect_box.h
+++ b/gtk2_ardour/redirect_box.h
@@ -94,7 +94,7 @@ class RedirectBox : public Gtk::HBox
Gtk::EventBox redirect_eventbox;
Gtk::HBox redirect_hpacker;
- Gtk::CList redirect_display;
+ Gtk::TreeView redirect_display;
Gtk::ScrolledWindow redirect_scroller;
Width _width;
@@ -111,8 +111,8 @@ class RedirectBox : public Gtk::HBox
vector<Gtk::MenuItem*> selection_dependent_items;
Gtk::MenuItem* redirect_paste_item;
gint redirect_menu_map_handler (GdkEventAny *ev);
- Gtk::Menu * build_redirect_menu (Gtk::CList&);
- void build_redirect_tooltip (Gtk::CList&, Gtk::EventBox&, string);
+ Gtk::Menu * build_redirect_menu (Gtk::TreeView&);
+ void build_redirect_tooltip (Gtk::TreeView&, Gtk::EventBox&, string);
void show_redirect_menu (gint arg);
void choose_send ();