From: James L. <jl...@bi...> - 2002-06-11 22:39:42
|
Hi Mattia, I'm using Wx::MessageDialog as follows: my $dlg = Wx::MessageDialog->new($this,'Clear log?','Confirm',wxYES_NO |wxNO_DEFAULT | wxICON_QUESTION ); However, it seems that wxYES_DEFAULT and wxNO_DEFAULT are not exported by wxPerl. Could you please include these in the next build, or is there a workaround I can use? Thanks, James |