summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/canvas.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-26 11:05:24 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-26 11:05:24 -0400
commitbb68d83e438b710e5fb73d1302adb73c270f3617 (patch)
treee7e96cb0e6132a0fa59b66650d7af0a394340fee /libs/canvas/canvas/canvas.h
parent4cc07a2a5c9766fd45a59b16cd8404db16780b4c (diff)
display and position canvas tooltip window
Diffstat (limited to 'libs/canvas/canvas/canvas.h')
-rw-r--r--libs/canvas/canvas/canvas.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/canvas/canvas/canvas.h b/libs/canvas/canvas/canvas.h
index a7da4517bb..77fc2d5f92 100644
--- a/libs/canvas/canvas/canvas.h
+++ b/libs/canvas/canvas/canvas.h
@@ -38,6 +38,11 @@
#include "canvas/root_group.h"
+namespace Gtk {
+ class Window;
+ class Label;
+}
+
namespace ArdourCanvas
{
struct Rect;
@@ -215,6 +220,7 @@ private:
sigc::connection _current_timeout_connection;
Item* current_tooltip_item;
Gtk::Window* tooltip_window;
+ Gtk::Label* tooltip_label;
bool show_tooltip ();
void hide_tooltip ();
bool really_start_tooltip_timeout ();