diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-18 17:27:13 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-18 17:27:13 -0500 |
commit | 88be92ceeea321db2b32832bb5c5ba2fe221f2b1 (patch) | |
tree | 1f7006f50f3ebc1217b80790a41b67bd1afaf988 | |
parent | 04c4b387a025eeda4290c42113ba0f67d5341f62 (diff) | |
download | gtk+-88be92ceeea321db2b32832bb5c5ba2fe221f2b1.tar.gz |
scrollbar: Don't talk about steppers
There steppers were lost on the way from GtkRange
to GtkScrollbar, so don't talk about them in the docs.
-rw-r--r-- | gtk/gtkscrollbar.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 14ba704ff7..f3d02f8bf8 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -52,8 +52,8 @@ * #GtkAdjustment:page-size represents the size of the visible scrollable area. * The fields #GtkAdjustment:step-increment and #GtkAdjustment:page-increment * fields are added to or subtracted from the #GtkAdjustment:value when the user - * asks to move by a step (using e.g. the cursor arrow keys or, if present, the - * stepper buttons) or by a page (using e.g. the Page Down/Up keys). + * asks to move by a step (using e.g. the cursor arrow keys) or by a page (using + * e.g. the Page Down/Up keys). * * # CSS nodes * @@ -71,10 +71,6 @@ * The range node gets the style class .fine-tune added when the scrollbar is * in 'fine-tuning' mode. * - * If steppers are enabled, they are represented by up to four additional - * subnodes with name button. These get the style classes .up and .down to - * indicate in which direction they are moving. - * * Other style classes that may be added to scrollbars inside #GtkScrolledWindow * include the positional classes (.left, .right, .top, .bottom) and style * classes related to overlay scrolling (.overlay-indicator, .dragging, .hovering). |