mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
merged with 3.0, probably finished
This commit is contained in:
parent
77800e11ae
commit
2acc37e38d
569 changed files with 9469 additions and 63938 deletions
|
|
@ -175,9 +175,10 @@ private:
|
|||
|
||||
void toggled ();
|
||||
|
||||
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
|
||||
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 */
|
||||
|
|
@ -522,8 +523,6 @@ private:
|
|||
|
||||
Gtk::Adjustment _db_adjustment;
|
||||
Gtkmm2ext::HSliderController* _db_slider;
|
||||
Glib::RefPtr<Gdk::Pixbuf> _pix;
|
||||
Glib::RefPtr<Gdk::Pixbuf> _pix_desensitised;
|
||||
Gtk::Entry _db_display;
|
||||
Gtk::Label _label;
|
||||
Gtk::HBox _box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue