From 0414c68ddc48a4568b1653f1b910e2bb87f0ef2a Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 6 Aug 2025 09:44:49 +0200 Subject: [PATCH] scrbl --- scribblings/columns-pane.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scribblings/columns-pane.scrbl b/scribblings/columns-pane.scrbl index 7ccb17c..4a0028a 100644 --- a/scribblings/columns-pane.scrbl +++ b/scribblings/columns-pane.scrbl @@ -4,6 +4,7 @@ scribble/example (for-label racket/base racket/string + racket/gui racket/file)) (define myeval @@ -15,7 +16,8 @@ @defclass/title[columns-pane% vertical-pane% ()]{ -A columns pane arranges its subwindows in columns. The number of columns must be given in advance and initializes to 1. +A columns pane arranges its subwindows in columns. The number of columns must be given in advance and initializes to 1. +See also @racket[pane%]. @defconstructor[([parent (or/c (is-a?/c frame%) (is-a?/c dialog%) (is-a?/c panel%) (is-a?/c pane%))]