wxRichMessageDialog(wxWindow* parent,
const wxString& message,
const wxString& caption = wxMessageBoxCaptionStr,
- long style = wxOK | wxCENTRE,
- const wxPoint& pos = wxDefaultPosition);
+ long style = wxOK | wxCENTRE);
/**
Shows a checkbox with a given label or hides it.