From: Daniel Boles Date: Sun, 11 Jun 2023 10:22:45 +0000 (+0100) Subject: ScrolledWindow: Frame on viewport is not optional, X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2ad2138ee1ef65d70408e55e9e7d5ed2cb60471e;p=gtk%2B3.0.git ScrolledWindow: Frame on viewport is not optional, and seems always to default to true, so don't mention it being optional. Origin: 3.24.39, commit:c9f0b0d29b882326b4858b4d9fa62291dccfcf43 Gbp-Pq: Name ScrolledWindow-Frame-on-viewport-is-not-optional.patch --- diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index a931d2bad5..f4c09d02d0 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -56,9 +56,9 @@ * @Title: GtkScrolledWindow * @See_also: #GtkScrollable, #GtkViewport, #GtkAdjustment * - * GtkScrolledWindow is a container that accepts a single child widget, makes + * GtkScrolledWindow is a container that accepts a single child widget and makes * that child scrollable using either internally added scrollbars or externally - * associated adjustments, and optionally draws a frame around the child. + * associated adjustments. * * Widgets with native scrolling support, i.e. those whose classes implement the * #GtkScrollable interface, are added directly. For other types of widget, the