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%))]