}
+ delete[] astrChoices;
+
// create the status line
const int widths[] = { -1, 60 };
CreateStatusBar(2);
void OwnerDrawnFrame::OnAbout(wxCommandEvent& event)
{
- wxMessageDialog dialog(this, "Demo of owner-drawn controls\n"
+ wxMessageDialog dialog(this,
+ "Demo of owner-drawn controls\n",
"About wxOwnerDrawn", wxYES_NO | wxCANCEL);
dialog.ShowModal();
}