Hi
This page:=20
http://wxhaskell.sourceforge.net/doc/Graphics.UI.WX.Dialogs.html
explains how to create dialogs using the dialog and the showModal
functions.
However, what if I want to show the dialog non-modal? I can find no
showNonModal function and the documentation for the dialog function only
refers to showModal.
/Mads Lindstr=F8m
From: Arjan v. I. <af...@cs...> - 2005-11-20 01:12:39
> However, what if I want to show the dialog non-modal? I can find no
> showNonModal function and the documentation for the dialog function
> only
> refers to showModal.
set myDialog [ visible := true ]
Arjan