summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-12 20:39:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-12 20:39:53 +0000
commitff9ddf510065305e13d169d35f9b4e6b88ce76d7 (patch)
tree0e41589d7332ce31499c9f02ca59f9b799487b03 /gtk2_ardour/time_axis_view_item.h
parentab565167ff36eb473340e950d93d46c3dfaa9616 (diff)
tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;remove edit point clock
git-svn-id: svn://localhost/ardour2/branches/3.0@6074 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view_item.h')
-rw-r--r--gtk2_ardour/time_axis_view_item.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h
index be475c65d6..ece4b0b214 100644
--- a/gtk2_ardour/time_axis_view_item.h
+++ b/gtk2_ardour/time_axis_view_item.h
@@ -275,6 +275,7 @@ class TimeAxisViewItem : public Selectable
/* these are not constant, but vary with the pixel size
of the font used to display the item name.
*/
+ static int NAME_HEIGHT;
static double NAME_Y_OFFSET ;
static double NAME_HIGHLIGHT_SIZE ;
static double NAME_HIGHLIGHT_THRESH ;
@@ -453,6 +454,8 @@ class TimeAxisViewItem : public Selectable
uint32_t lock_handle_color_r ;
uint32_t lock_handle_color_g ;
uint32_t lock_handle_color_b ;
+ uint32_t last_item_width;
+ int name_pixbuf_width;
ArdourCanvas::Group* group;
ArdourCanvas::SimpleRect* vestigial_frame;