Fix insertion of processors at the point at which the processor menu was opened;...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / slider_controller.h
index 7fea4a40d7257653f4ac0f1c5a2a9175112e4c47..d6afefbdfc257bd0048667f49b30cdb497c1ab82 100644 (file)
@@ -39,9 +39,7 @@ namespace Gtkmm2ext {
 class SliderController : public Gtkmm2ext::PixFader
 {
   public:
-       SliderController (Glib::RefPtr<Gdk::Pixbuf> image,
-                         Gtk::Adjustment* adj, int orientation,
-                         bool with_numeric = true);
+       SliderController (Glib::RefPtr<Gdk::Pixbuf> image, Gtk::Adjustment* adj, int orientation, int);
        
         virtual ~SliderController () {}
 
@@ -68,7 +66,7 @@ class VSliderController : public SliderController
 {
   public:
        VSliderController (Glib::RefPtr<Gdk::Pixbuf> image,
-                          Gtk::Adjustment *adj,
+                          Gtk::Adjustment *adj, int,
                           bool with_numeric = true);
 };
 
@@ -76,7 +74,7 @@ class HSliderController : public SliderController
 {
   public:
        HSliderController (Glib::RefPtr<Gdk::Pixbuf> image,
-                          Gtk::Adjustment *adj,
+                          Gtk::Adjustment *adj, int,
                           bool with_numeric = true);
 };