> 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?
Will include; for now:
wxYES_DEFAULT => 0x00000000 // has no effect (default)
wxNO_DEFAULT => 0x00000080
HTH
Mattia
|