Hi all,

in wxHaskell 0.9, I used the following definition to create a Cancel-Button

  cancelButton w = button w [ text := "Cancel", identity := wxID_CANCEL ]

which allowed me to add a cancel button to a dialog that could also be 
cancelled by using the Escape-Key. However, in the 0.10.3 version of 
wxHaskell the Escape-Key does no longer close the dialog (pressing it 
has no effect).

Does anybody know whether this is due to the wxWidgets release change or 
is it due to a change in the wxHaskell implementation?

Thanks,
Bernd

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to