From d93fc512ede39a82f2c9e226da7aaeedd28f8f26 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 5 Jan 2010 14:56:42 +0000 Subject: more nudges to the MIDI list editor git-svn-id: svn://localhost/ardour2/branches/3.0@6454 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_list_editor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/midi_list_editor.h') diff --git a/gtk2_ardour/midi_list_editor.h b/gtk2_ardour/midi_list_editor.h index b437566cbb..5a0649a330 100644 --- a/gtk2_ardour/midi_list_editor.h +++ b/gtk2_ardour/midi_list_editor.h @@ -70,10 +70,14 @@ class MidiListEditor : public ArdourDialog Glib::RefPtr model; Gtk::TreeView view; Gtk::ScrolledWindow scroller; + Glib::ustring _current_edit; boost::shared_ptr region; void edited (const Glib::ustring&, const Glib::ustring&); + void editing_started (Gtk::CellEditable*, const Glib::ustring& path, int); + void editing_canceled (); + void redisplay_model (); bool key_press (GdkEventKey* ev); -- cgit v1.2.3