summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-25 12:11:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-25 12:11:43 -0400
commita2404382e9e462659e0f9b5ce8e082c7124f8080 (patch)
tree100b1bc8898cf266cae02f291e1dbc9f71dcab82 /gtk2_ardour/option_editor.h
parent6998cb1f1388c83680dcce064749e7897da8ba08 (diff)
expose Gtk::HScale member of OptionEditor::HSliderOption
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 47afa77868..d98bcb467a 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -347,6 +347,7 @@ public:
}
Gtk::Widget& tip_widget() { return *_hscale; }
+ Gtk::HScale& scale() { return *_hscale; }
private:
sigc::slot<float> _get;