Hi,
Im using wxPython 2.2.7 and wxWindows 2.2.7 using GTK
take this...
dialog=wxMessageDialog(self, warning, "Data Loss Iminent!!",wxYES_NO | wxNO_DEFAULT | wxICON_EXCLAMATION | wxCENTRE )
result=dialog.ShowModal()
Although Ive specified wxNO_DEFAULT, GTK sets the default to Yes, which is dangerous in this application.
Is this a known issue in GTK or 2.2.7?
Has it been fixed in later releases?
Can someone with a newer GTK/wxWindows/wxPython install just do a quick interpreter wxMessageDialog and see if the default button can be set to NO?
Thanks people,
Kind Regards
Crispin