expose Gtk::HScale member of OptionEditor::HSliderOption

This commit is contained in:
Paul Davis 2014-06-25 12:11:43 -04:00
parent 17b601a9f3
commit cc2987d320

View file

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