Allow strips to add or remove personal sends
[ardour.git] / gtk2_ardour / port_matrix_column_labels.h
index cecd2e79b2beada86071ebcbdf92424f3236351a..b3f2ed8c807f0feb294d993ca6674ae419468458 100644 (file)
@@ -36,7 +36,7 @@ class PortMatrixColumnLabels : public PortMatrixLabels
 public:
        PortMatrixColumnLabels (PortMatrix *, PortMatrixBody *);
 
-       void button_press (double, double, int, uint32_t);
+       void button_press (double, double, GdkEventButton *);
 
        double component_to_parent_x (double x) const;
        double parent_to_component_x (double x) const;
@@ -64,7 +64,8 @@ private:
 
        double _longest_bundle_name;
        double _longest_channel_name;
-       double _highest_text;
+       double _text_height;
+       double _descender_height;
        uint32_t _overhang;
 };