ScrolledWindow: Frame on viewport is not optional,
authorDaniel Boles <dboles.src@gmail.com>
Sun, 11 Jun 2023 10:22:45 +0000 (11:22 +0100)
committerRaspbian forward porter <root@raspbian.org>
Wed, 22 Nov 2023 04:54:09 +0000 (04:54 +0000)
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

gtk/gtkscrolledwindow.c

index a931d2bad5094aec76fc91c57792034357ed94d1..f4c09d02d0e0a2c3cacca095d423cd8f7b858ab3 100644 (file)
@@ -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