From af21d80650b002c359ee478ab6e2b611b035062c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 23 Jan 2013 18:34:55 +0000 Subject: allow markup to be used in BoolOption items in an option editor git-svn-id: svn://localhost/ardour2/branches/3.0@13976 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/option_editor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h index d09be0a904..d39abfa810 100644 --- a/gtk2_ardour/option_editor.h +++ b/gtk2_ardour/option_editor.h @@ -175,9 +175,10 @@ private: void toggled (); - sigc::slot _get; ///< slot to get the configuration variable's value + sigc::slot _get; ///< slot to get the configuration variable's value sigc::slot _set; ///< slot to set the configuration variable's value - Gtk::CheckButton* _button; ///< UI button + Gtk::CheckButton* _button; ///< UI button + Gtk::Label* _label; ///< label for button, so we can use markup }; /** Component which provides the UI to handle a string option using a GTK Entry */ -- cgit v1.2.3