wx.MessageDialog and SetIcon

Hi,

I wonder if there is a way how to set icon for wx.MessageDialog, I just tried

dlg = wx.MessageDialog(...)

dlg.SetIcon(...)

dlg.ShowModal()

Seems not to work...

Thanks for any pointers, Martin

···

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *

sorry, I messed it up, works properly. Sorry for the noise!

Martin

···

2008/8/6 Martin Landa <landa.martin@gmail.com>:

dlg = wx.MessageDialog(...)

dlg.SetIcon(...)

dlg.ShowModal()

Seems not to work...

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *