From 9d752bad0e6ebb3995dfaa23e878140dd50ae9e4 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Thu, 7 Aug 2025 00:07:45 +0200 Subject: [PATCH] ok --- scribblings/columns-pane.scrbl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scribblings/columns-pane.scrbl b/scribblings/columns-pane.scrbl index 6c1409b..86122da 100644 --- a/scribblings/columns-pane.scrbl +++ b/scribblings/columns-pane.scrbl @@ -52,9 +52,17 @@ See also @racket[pane%]. Note. Use this right after declaring the columns pane and before adding any children. } +@defmethod*[([(column-keep-min-width (c column-index) [k (or/c #f #t])]{ + Gets or sets the keep minimal width parameter for a given column c. + + Returns the currently set value. + + When this parameter is set for a column, the column-width will not shrink when the contents of the column get less width. + It will grow however, when needed. } +} @section{Example code}