tim mayberry's patches to fix middle-click pasting ina couple of dialogs (merged...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / prompter.h
index 10870ee7522909eb2e649a8b4bc4cf396927a378..5f714632889143571e96754f260ef5b3f592ef66 100644 (file)
@@ -53,11 +53,12 @@ class Prompter : public Gtk::Dialog
        void change_labels (std::string ok, std::string cancel);
 
        void get_result (std::string &str, bool strip=true);
-        bool maybe_allow_response (GdkEventKey* );
 
   protected:
        Gtk::Entry& the_entry() { return entry; }
 
+       void on_entry_changed ();
+
   private:
        Gtk::Entry entry;
        Gtk::HBox entryBox;