summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index a1e72664cc..6297f906bb 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -137,8 +137,18 @@ private:
bool _redisplay_does_not_reset_order_keys;
Gtk::Menu* _menu;
+ Gtk::Widget* old_focus;
+ uint32_t selection_countdown;
+ Gtk::CellEditable* name_editable;
bool key_press (GdkEventKey* ev);
+ bool focus_in (GdkEventFocus*);
+ bool focus_out (GdkEventFocus*);
+ bool enter_notify (GdkEventCrossing*);
+ bool leave_notify (GdkEventCrossing*);
+ void name_edit_started (Gtk::CellEditable*, const Glib::ustring&);
+
+ bool get_relevant_routes (boost::shared_ptr<ARDOUR::RouteList> rl);
};
#endif /* __ardour_gtk_editor_route_h__ */