summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2017-10-11 22:35:31 +0100
committerDaniel Boles <dboles.src@gmail.com>2017-10-11 22:35:31 +0100
commit9c3479b605c55abc2cf8d57bb88e75b6034a99ca (patch)
treea6c9929800d0990a414f4fd572cb0297a6939137 /gtk/gtksettings.c
parent46e46ba099a8448869bb50f23dce27a8629fe5f9 (diff)
downloadgtk+-9c3479b605c55abc2cf8d57bb88e75b6034a99ca.tar.gz
Settings: Mention Shift+primary click on Range too
This already existed, and since this doc blurb is already inflating dramatically, what’s another half a line?
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 0753feef62..a7b0c7952e 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -786,7 +786,8 @@ gtk_settings_class_init (GtkSettingsClass *class)
* slider/value to move by the range’s page-size towards the point clicked.
*
* Whichever action you choose for the primary button, the other action will
- * be available by clicking the middle mouse button (since GTK+ 3.22.25).
+ * be available by holding Shift and primary-clicking, or (since GTK+ 3.22.25)
+ * clicking the middle mouse button.
*
* Since: 3.6
*/