only compiles with configured with --enable-debug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11501
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// one will use it by default
void MyFrame::FileOpen2(wxCommandEvent& WXUNUSED(event) )
{
// one will use it by default
void MyFrame::FileOpen2(wxCommandEvent& WXUNUSED(event) )
{
- wxOnAssert( "Test assert.txt", 20, "Test" );
- return;
-
static wxString s_extDef;
wxString path = wxFileSelector(
_T("Select the file to load"),
static wxString s_extDef;
wxString path = wxFileSelector(
_T("Select the file to load"),
"Find and replace dialog",
wxFR_REPLACEDIALOG
);
"Find and replace dialog",
wxFR_REPLACEDIALOG
);
}
void MyFrame::ShowFindDialog( wxCommandEvent& WXUNUSED(event) )
}
void MyFrame::ShowFindDialog( wxCommandEvent& WXUNUSED(event) )
// just for testing
wxFR_NOWHOLEWORD
);
// just for testing
wxFR_NOWHOLEWORD
);
}
static wxString DecodeFindDialogEventFlags(int flags)
}
static wxString DecodeFindDialogEventFlags(int flags)