summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-06-02 15:54:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-06-02 15:54:51 +0000
commitf9a47cff2b7f07b769fe674f395e413fc40501fe (patch)
tree303233544e36627ecf6dd3de7e5a53f6418e1416 /gtk2_ardour/time_axis_view_item.h
parent519eaabe8b7995b986b05c050b814cd09cbd4859 (diff)
make marker labels and regionview name text (now drawn with pixbufs) be color-adjustable just like all other canvas items2.8.9
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7212 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view_item.h')
-rw-r--r--gtk2_ardour/time_axis_view_item.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h
index 9874be8cbb..167f1932c0 100644
--- a/gtk2_ardour/time_axis_view_item.h
+++ b/gtk2_ardour/time_axis_view_item.h
@@ -373,6 +373,8 @@ class TimeAxisViewItem : public Selectable
virtual void reset_width_dependent_items (double pixel_width);
void reset_name_width (double pixel_width);
+ void color_handler ();
+
/**
* Callback used to remove this item during the gtk idle loop
* This is used to avoid deleting the obejct while inside the remove_this_group
@@ -465,7 +467,7 @@ class TimeAxisViewItem : public Selectable
double _height;
Visibility visibility;
bool _recregion;
-
+ std::string _name;
}; /* class TimeAxisViewItem */