associate label more closely with VST path button. the plugin tab needs a complete...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / persistent_tooltip.h
index 7e8fae47d05fe99212de9e607a76bc0cbfc6eb0a..9df2614095556a93e026779016d84dcfc4f4a746 100644 (file)
@@ -32,7 +32,7 @@ namespace Gtkmm2ext {
 class LIBGTKMM2EXT_API PersistentTooltip : public sigc::trackable
 {
   public:
-       PersistentTooltip (Gtk::Widget *, bool draggable = false);
+       PersistentTooltip (Gtk::Widget *, bool draggable = false, int margin_y = 0);
        virtual ~PersistentTooltip ();
        
        void set_tip (std::string);
@@ -70,6 +70,7 @@ class LIBGTKMM2EXT_API PersistentTooltip : public sigc::trackable
        std::string _tip;
        Pango::FontDescription _font;
        bool _align_to_center;
+       int _margin_y;
 };
 
 }