mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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
This commit is contained in:
parent
a8bf2e9402
commit
af21d80650
1 changed files with 3 additions and 2 deletions
|
|
@ -178,6 +178,7 @@ private:
|
||||||
sigc::slot<bool> _get; ///< slot to get the configuration variable's value
|
sigc::slot<bool> _get; ///< slot to get the configuration variable's value
|
||||||
sigc::slot<bool, bool> _set; ///< slot to set the configuration variable's value
|
sigc::slot<bool, bool> _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 */
|
/** Component which provides the UI to handle a string option using a GTK Entry */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue