Merge branch 'master' into windows
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / prompter.h
index 795d982295f818ba48284f0eb709e381d6c8ff90..72d9f2149bdf0bfc066958bbaedad363d64f6a87 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __gtkmm2ext_prompter_h__
@@ -58,12 +57,18 @@ class Prompter : public Gtk::Dialog
   protected:
        Gtk::Entry& the_entry() { return entry; }
 
+       void on_entry_changed ();
+       void on_show ();
+
   private:
        Gtk::Entry entry;
-       Gtk::VBox entryBox;
+       Gtk::HBox entryBox;
        Gtk::Label entryLabel;
-       
+       bool first_show;
+       bool can_accept_from_entry;
+
        void init ();
+       void entry_activated ();
 };
 
 } /* namespace */