[plt-scheme] max width of text-field?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Sep 29 15:40:34 EDT 2008

At Mon, 29 Sep 2008 07:48:57 -0400, "Geoffrey S. Knauth" wrote:
> Is there a way to set the max width of a text-field?

No, not without creating a new kind of panel that arranges its children
taking into account a maximum for each.

(In other words, there's no notion of a "maximum size" built into the
existing layout system --- only "minimum size" and "stretchability".)


Matthew



Posted on the users mailing list.