diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 02:19:06 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 10:41:11 -0400 |
commit | f70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch) | |
tree | dd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtkscrollbar.c | |
parent | ff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff) | |
download | gtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz |
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r-- | gtk/gtkscrollbar.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index eb5ee5a826..541acc34f7 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -45,12 +45,12 @@ * * The position of the thumb in a scrollbar is controlled by the scroll * adjustments. See #GtkAdjustment for the fields in an adjustment - for - * #GtkScrollbar, the #GtkAdjustment.value field represents the position - * of the scrollbar, which must be between the #GtkAdjustment.lower field - * and #GtkAdjustment.upper - #GtkAdjustment.page_size. The - * #GtkAdjustment.page_size field represents the size of the visible - * scrollable area. The #GtkAdjustment.step_increment and - * #GtkAdjustment.page_increment fields are used when the user asks to + * #GtkScrollbar, the #GtkAdjustment:value field represents the position + * of the scrollbar, which must be between the #GtkAdjustment:lower field + * and #GtkAdjustment:upper - #GtkAdjustment:page-size. The + * #GtkAdjustment:page-size field represents the size of the visible + * scrollable area. The #GtkAdjustment:step-increment and + * #GtkAdjustment:page-increment fields are properties when the user asks to * step down (using the small stepper arrows) or page down (using for * example the <keycap>PageDown</keycap> key). */ |