(settingsKey)
| 604 | // Connects a Gtk.Adjustment (or anything else which has a 'value' property) to a |
| 605 | // settings key. It also binds the corresponding reset button. |
| 606 | bindAdjustment(settingsKey) { |
| 607 | this._bind(settingsKey, 'value'); |
| 608 | } |
| 609 | |
| 610 | // Connects a Gtk.Switch (or anything else which has an 'active' property) to a settings |
| 611 | // key. It also binds the corresponding reset button. |
no test coverage detected