summaryrefslogtreecommitdiff
path: root/gtk/gtkvscale.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-01-30 01:58:01 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-30 01:58:01 +0000
commit9602e6c3f053f80465796cbbbf205335432a1113 (patch)
treea473ae4cc0a280878892af71a821ac088ed10e05 /gtk/gtkvscale.c
parentebebafc09518010ca6cd9a4dc23f79ac3f4fb2a7 (diff)
downloadgtk+-9602e6c3f053f80465796cbbbf205335432a1113.tar.gz
Document that the end points are included in the range. (#69783, Jeffrey
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document that the end points are included in the range. (#69783, Jeffrey Baker)
Diffstat (limited to 'gtk/gtkvscale.c')
-rw-r--r--gtk/gtkvscale.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkvscale.c b/gtk/gtkvscale.c
index 64231ef63c..775f670236 100644
--- a/gtk/gtkvscale.c
+++ b/gtk/gtkvscale.c
@@ -112,10 +112,10 @@ gtk_vscale_new (GtkAdjustment *adjustment)
* @max: maximum value
* @step: step increment (tick size) used with keyboard shortcuts
*
- * Creates a new vertical scale widget that lets the user
- * input a number between @min and @max with the increment @step.
- * @step must be nonzero; it's the distance the slider moves when
- * using the arrow keys to adjust the scale value.
+ * Creates a new vertical scale widget that lets the user input a
+ * number between @min and @max (including @min and @max) with the
+ * increment @step. @step must be nonzero; it's the distance the
+ * slider moves when using the arrow keys to adjust the scale value.
*
* Return value: a new #GtkVScale
**/