This commit is contained in:
2025-08-06 09:44:49 +02:00
parent 22951af4ee
commit 0414c68ddc

View File

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