"Lock" mode is now "Constrained", make snap absolute modifier configurable.
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / choice.h
index b6dcdc05c12b12ad4bcd7aec796e9afc6e01dc40..df6a90dd30887830e5487a5d678e3b471d805cfc 100644 (file)
 #include <string>
 #include <vector>
 
+#include "gtkmm2ext/visibility.h"
+
 namespace Gtkmm2ext {
 
-class Choice : public Gtk::Dialog
+class LIBGTKMM2EXT_API Choice : public Gtk::Dialog
 {
   public:
-       Choice (std::string prompt, std::vector<std::string> choices, bool center = true);
+       Choice (std::string title, std::string prompt, std::vector<std::string> choices, bool center = true);
        virtual ~Choice ();
 
   protected: