expose Gtk::HScale member of OptionEditor::HSliderOption

This commit is contained in:
Paul Davis 2014-06-25 12:11:43 -04:00
parent 6998cb1f13
commit a2404382e9
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ public:
}
Gtk::Widget& tip_widget() { return *_hscale; }
Gtk::HScale& scale() { return *_hscale; }
private:
sigc::slot<float> _get;