MCPcopy
hub / github.com/Schneegans/Burn-My-Windows / bindAdjustment

Method bindAdjustment

prefs.js:606–608  ·  view source on GitHub ↗
(settingsKey)

Source from the content-addressed store, hash-verified

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.

Callers 15

bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80
bindPreferencesMethod · 0.80

Calls 1

_bindMethod · 0.95

Tested by

no test coverage detected