documentation change

This commit is contained in:
2025-08-07 21:17:42 +02:00
parent 51b525524b
commit cfb3c7a71f

View File

@@ -114,8 +114,6 @@ See also @racket[pane%].
(define btn2 (new button% [parent h2] [label "Btn 2"])) (define btn2 (new button% [parent h2] [label "Btn 2"]))
(define lbl2 (new message% [parent h2] [label "This is lbl 2"])) (define lbl2 (new message% [parent h2] [label "This is lbl 2"]))
;; Now, when the window is shown, the columns pane will arrange it's children
;; to have the same width in each column.
(send win show #t) (send win show #t)
] ]