// wxGenericDirDialog
//-----------------------------------------------------------------------------
-class wxGenericDirDialog: public wxDialog
+class WXDLLEXPORT wxGenericDirDialog: public wxDialog
{
public:
wxGenericDirDialog(): wxDialog() {}
void OnTreeSelected(wxTreeEvent &event);
void OnTreeKeyDown(wxTreeEvent &event);
void OnNew(wxCommandEvent& event);
+ void OnShowHidden(wxCommandEvent& event);
wxString m_message;
long m_dialogStyle;