use running_from_source_tree()
[ardour.git] / gtk2_ardour / mono_panner.h
index 523f9731dee890140d1bad7207fb322c2380fe02..c5843f756c5aadb541552181324db485c52b1a00 100644 (file)
@@ -58,9 +58,10 @@ class MonoPanner : public PannerInterface
   private:
        PannerEditor* editor ();
        boost::shared_ptr<ARDOUR::PannerShell> _panner_shell;
-       
+
         boost::shared_ptr<PBD::Controllable> position_control;
-        PBD::ScopedConnectionList connections;
+        PBD::ScopedConnectionList panvalue_connections;
+        PBD::ScopedConnectionList panshell_connections;
         int drag_start_x;
         int last_drag_x;
         double accumulated_delta;
@@ -81,11 +82,15 @@ class MonoPanner : public PannerInterface
 
        bool _dragging;
 
+       static Pango::AttrList panner_font_attributes;
+       static bool have_font;
+
         static ColorScheme colors;
         static void set_colors ();
         static bool have_colors;
        void color_handler ();
        void bypass_handler ();
+       void pannable_handler ();
 };
 
 #endif /* __gtk_ardour_mono_panner_h__ */