- wxFileCtrl( wxWindow *win, const wxWindowID id,
- const wxString &dirName, const wxString &wild,
- const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize,
- const long style = wxLC_LIST, const wxValidator &validator = wxDefaultValidator,
- const wxString &name = _T("filelist") );
+ wxFileCtrl( wxWindow *win,
+ wxWindowID id,
+ const wxString &dirName,
+ const wxString &wild,
+ const wxPoint &pos = wxDefaultPosition,
+ const wxSize &size = wxDefaultSize,
+ long style = wxLC_LIST,
+ const wxValidator &validator = wxDefaultValidator,
+ const wxString &name = wxT("filelist") );