Hi,
On Thu, 04 Dec 2008 16:57:16 +0900, Bernd Holzmüller
wrote:
> 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
>
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