session prefs editor gets renamed as session properties
[ardour.git] / gtk2_ardour / public_editor.h
index 6fc7004cc3b07aff05a7bc03ecba260b252616d3..bb498a8c4f4eff0c6f89b04697a6cce54911ad5d 100644 (file)
@@ -283,6 +283,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
        sigc::signal<void> Realized;
        sigc::signal<void,nframes64_t> UpdateAllTransportClocks;
 
+        static sigc::signal<void> DropDownKeys;
+        
        Glib::RefPtr<Gtk::ActionGroup> editor_actions;
 
        virtual void reset_focus () = 0;
@@ -364,6 +366,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
 
        friend bool relay_key_press (GdkEventKey*, Gtk::Window*);
        friend bool forward_key_press (GdkEventKey*);
+
+       PBD::Signal0<void> SnapChanged;
 };
 
 #endif // __gtk_ardour_public_editor_h__