summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_point.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-01-05 03:15:28 +0000
committerCarl Hetherington <carl@carlh.net>2010-01-05 03:15:28 +0000
commita23811502c638be8b5c896f03fb218b8c9301a7b (patch)
tree45c81f119422d7c32d1190c1078eaba46f3e044d /gtk2_ardour/control_point.h
parent0d5ce8d939b1772626f3b223042b2bce0c72154a (diff)
Cleanup of previous two commits.
git-svn-id: svn://localhost/ardour2/branches/3.0@6452 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/control_point.h')
-rw-r--r--gtk2_ardour/control_point.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/control_point.h b/gtk2_ardour/control_point.h
index 6ef6f8fb3e..0264015f93 100644
--- a/gtk2_ardour/control_point.h
+++ b/gtk2_ardour/control_point.h
@@ -64,6 +64,10 @@ class ControlPoint
void show ();
void set_color ();
+ double size () const {
+ return _size;
+ }
+
void set_size (double);
void set_visible (bool);
bool visible () const;