new style for Gtk::Entry widgets
[ardour.git] / gtk2_ardour / port_matrix_column_labels.h
index 0c725a080385c6729774579284c0de746f12f0e4..b3f2ed8c807f0feb294d993ca6674ae419468458 100644 (file)
@@ -36,7 +36,7 @@ class PortMatrixColumnLabels : public PortMatrixLabels
 public:
        PortMatrixColumnLabels (PortMatrix *, PortMatrixBody *);
 
-       void button_press (double, double, int, uint32_t, guint);
+       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;
 };