This commit is contained in:
2025-08-06 23:35:47 +02:00
parent 3f0618185a
commit 0994e00021

View File

@@ -19,7 +19,7 @@
@defmodule[columns-pane]
This module provides a new class @racket[columns-pane%] that can be used to arrange widgets in a table like fashon, making all widgets in a column of the same width
@defclass/title[columns-pane% vertical-pane% ()]{
@defclass[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.
See also @racket[pane%].