> I use "outerSize := sz 50 50" and it works ok.
>
It works also on Windows (last shelarcy binary).
Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te
Hi,
Is there another function apart form propagateEvent to send events to the
"standard" event
handler?
For example in these situations:
1) I have some TexEntry widgets on a frame. If the user press Tab, focus moves
to next TexEntry.
Now, I want to handle that event this way: if user press Tab
I use "outerSize := sz 50 50" and it works ok.
Antonio Regidor Garcia
Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webeven
Thanks, Mads. I guess it's another Windows problem then. Glad to know. -
Conal
On 9/7/07, Mads Lindstrøm <[EMAIL PROTECTED]> wrote:
>
> Hi Conal
>
> Conal Elliott:
> > import Graphics.UI.WX
> >
> > runUI1 :: IO ()
> > runUI1 = start $
> > do f <- frame [ ]
> > pan
Hi Conal
Conal Elliott:
> import Graphics.UI.WX
>
> runUI1 :: IO ()
> runUI1 = start $
> do f <- frame [ ]
> pan <- panel f []
> b <- button pan [ text := "B!", size := Size 50 50 ]
> set pan [ layout := widget b ]
> set f[ layo