column width

This commit is contained in:
2025-08-06 13:20:05 +02:00
parent f46f7cd73f
commit 2a25377c10
2 changed files with 20 additions and 2 deletions

View File

@@ -31,6 +31,13 @@ See also @racket[pane%].
[stretchable-width any/c #t]
[stretchable-height any/c #t])]{
@defmethod*[([(min-width (c column-index) [w dimenstion-integer?]) dimension-integer?])]{
Gets or sets the minimum width (in pixels) of the given column c.
Returns the currently set minimum width for the given column.
}
}}
@section{Example code}