From: G?uenther S. <re...@fe...> - 2009-02-15 17:30:35
Hi Henk Jan,
I've found out by now what works:
static $ minsize (sz 40 (-1)) $ widget
Günther
Henk-Jan van Tuyl schrieb:
> On Sun, 15 Feb 2009 00:31:11 +0100, Günther Schmidt
> <re...@fe...> wrote:
>
>> Hi,
>>
>> how can I set the visible size of an entry field?
>> In pixels or in characters.
>>
>> Günther
>
> At
> http://hackage.haskell.org/packages/archive/wx/0.10.2/doc/html/Graphics-UI-WX-Controls.html#5
> I see that the text entry widgets have Dimensions in their list of
> instances; one of the methods of Dimensions will probably do it.
>