diff options
Diffstat (limited to 'gtk/gtkscrolledwindow.c')
-rw-r--r-- | gtk/gtkscrolledwindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 5bea3e1de9..6566eb9c66 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -73,11 +73,11 @@ * * The position of the scrollbars is controlled by the scroll * adjustments. See #GtkAdjustment for the fields in an adjustment - for - * #GtkScrollbar, used by #GtkScrolledWindow, the "value" field + * #GtkScrollbar, used by #GtkScrolledWindow, the “value” field * represents the position of the scrollbar, which must be between the - * "lower" field and "upper - page_size." The "page_size" field + * “lower” field and “upper - page_size.” The “page_size” field * represents the size of the visible scrollable area. The - * "step_increment" and "page_increment" fields are used when the user + * “step_increment” and “page_increment” fields are used when the user * asks to step down (using the small stepper arrows) or page down (using * for example the PageDown key). * |