From 5f128910e1f271200d38e1df20f01e86fe788a35 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 29 Sep 2010 02:01:35 +0000 Subject: more route + region list navigation/editing changes. not sure we actually want this functionality for the region list git-svn-id: svn://localhost/ardour2/branches/3.0@7858 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_regions.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gtk2_ardour/editor_regions.h') diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h index de53edc4e3..371122785a 100644 --- a/gtk2_ardour/editor_regions.h +++ b/gtk2_ardour/editor_regions.h @@ -124,6 +124,10 @@ private: bool set_selected_in_subrow (boost::shared_ptr, Gtk::TreeModel::Row const &, int); bool selection_filter (const Glib::RefPtr& model, const Gtk::TreeModel::Path& path, bool yn); + + Gtk::Widget* old_focus; + Gtk::CellEditable* name_editable; + void name_editing_started (Gtk::CellEditable*, const Glib::ustring&); void name_edit (const std::string&, const std::string&); void locked_changed (std::string const &); @@ -133,6 +137,10 @@ private: bool key_press (GdkEventKey *); bool button_press (GdkEventButton *); + bool focus_in (GdkEventFocus*); + bool focus_out (GdkEventFocus*); + bool enter_notify (GdkEventCrossing*); + bool leave_notify (GdkEventCrossing*); void show_context_menu (int button, int time); int sorter (Gtk::TreeModel::iterator, Gtk::TreeModel::iterator); -- cgit v1.2.3